14 lines
174 B
SCSS
Raw Normal View History

2019-10-21 13:20:14 +09:00
.bubble-main {
padding: 14px;
text-align: left;
}
2019-10-21 15:04:10 +09:00
2019-10-21 13:20:14 +09:00
.btn-box {
border-top: 1px solid #dddddd;
height: 40px;
.mat-button {
width: 100%;
display: block;
}
}