20 lines
337 B
SCSS
Raw Normal View History

2019-10-21 18:10:39 +09:00
@charset 'utf-8';
@import '../../../../ucap-webmessenger-app/src/assets/scss/global/common.scss';
2019-10-21 13:20:14 +09:00
.bubble-main {
padding: 14px;
text-align: left;
2019-10-21 18:10:39 +09:00
.content {
max-width: 250px;
@include ellipsis(1);
}
2019-10-21 13:20:14 +09:00
}
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;
}
}