|
|
@ -363,8 +363,8 @@ |
|
|
|
@extend .column-header__button; |
|
|
|
@extend .column-header__button; |
|
|
|
background: transparent; |
|
|
|
background: transparent; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
padding: 10px 0; |
|
|
|
padding: 10px 5px; |
|
|
|
white-space: pre-wrap; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
b { |
|
|
|
b { |
|
|
@ -372,6 +372,23 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.layout-single-column .column-header__notif-cleaning-buttons { |
|
|
|
|
|
|
|
@media screen and (min-width: $no-gap-breakpoint) { |
|
|
|
|
|
|
|
b, i { |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
br { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button { |
|
|
|
|
|
|
|
padding: 15px 5px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// The notifs drawer with no padding to have more space for the buttons |
|
|
|
// The notifs drawer with no padding to have more space for the buttons |
|
|
|
.column-header__collapsible-inner.nopad-drawer { |
|
|
|
.column-header__collapsible-inner.nopad-drawer { |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|