bugfix: header inner borders + depreciated .box-button + chat textarea + width of buttons

This commit is contained in:
gaelle morin
2020-06-12 20:24:22 +02:00
parent e8f52cd1b6
commit 0927041e4a
7 changed files with 31 additions and 13 deletions

View File

@ -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;

View File

@ -486,7 +486,6 @@ h5 {
.mobile-vertical-align {
flex-direction: column;
align-items: center;
@include breakpoint(lg) {
flex-direction: row;

View File

@ -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'] {