* Includes the main navigation header and the faded toolbar.
*/
-header .grid {
+header.grid {
grid-template-columns: minmax(max-content, 2fr) 1fr minmax(max-content, 2fr);
}
@include smaller-than($l) {
- header .grid {
+ header.grid {
grid-template-columns: 1fr;
grid-row-gap: 0;
}
.faded span.faded-text {
display: inline-block;
padding: $-s;
-}
-
-.action-buttons .text-button {
- display: inline-block;
- padding: $-xs $-s;
- &:last-child {
- padding-inline-end: 0;
- }
- &:first-child {
- padding-inline-start: 0;
- }
-}
-
-
-.action-buttons .dropdown-container:last-child a {
- padding-inline-end: 0;
- padding-inline-start: $-s;
-}
-.action-buttons {
- text-align: end;
- &.text-left {
- text-align: start;
- .text-button {
- padding-inline-end: $-m;
- padding-inline-start: 0;
- }
- }
- &.text-center {
- text-align: center;
- }
-}
-
-@include smaller-than($m) {
- .action-buttons .text-button {
- padding: $-xs $-xs;
- }
- .action-buttons .dropdown-container:last-child a {
- padding-inline-start: $-xs;
- }
}
\ No newline at end of file