bugfix: header inner borders + depreciated .box-button + chat textarea + width of buttons
This commit is contained in:
@ -112,6 +112,11 @@ sib-notifications {
|
||||
top: 4.5rem;
|
||||
width: 100vw;
|
||||
|
||||
@include breakpoint(md) {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@include breakpoint(lg) {
|
||||
position: absolute;
|
||||
left: auto;
|
||||
|
@ -486,7 +486,6 @@ h5 {
|
||||
|
||||
.mobile-vertical-align {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
flex-direction: row;
|
||||
|
@ -85,8 +85,8 @@
|
||||
color: var(--color-table-header-text);
|
||||
}
|
||||
|
||||
>* {
|
||||
border-right: 1px solid var(--color-table-border);
|
||||
>*:not(:last-child) {
|
||||
border-right: 1px solid var(--color-white);
|
||||
padding: 2.1rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
@ -98,6 +98,10 @@
|
||||
.border {
|
||||
border-right: 1px solid var(--color-table-border);
|
||||
}
|
||||
}
|
||||
|
||||
.table-body,
|
||||
.table-header {
|
||||
|
||||
/* Fix. Could disappear when we can add .class on set fields */
|
||||
[name^='cell-1'] {
|
||||
|
Reference in New Issue
Block a user