Condensed sidebar layout for message reply
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / layout / pageNavigation.scss
CommitLineData
8a0b323e 1@include screen-lg {
431e4cb4
AE
2 .pageNavigation {
3 background-color: $wcfNavigationBackground;
abe07e47 4 color: $wcfNavigationText;
431e4cb4 5 flex: 0 0 auto;
5d4bad9e 6 padding: 10px 0;
431e4cb4
AE
7
8 > div {
9 align-items: center;
10 display: flex;
11 justify-content: flex-end;
5d4bad9e 12 min-height: 20px;
431e4cb4
AE
13 }
14
15 .icon {
a9e43634 16 color: inherit;
431e4cb4 17 }
abe07e47 18
431e4cb4
AE
19 a {
20 color: $wcfNavigationLink;
21
22 &:hover {
23 color: $wcfNavigationLinkActive;
24 }
abe07e47
MW
25 }
26 }
abe07e47 27
0b6161c6
MW
28 .boxesHeaderBoxes + .pageNavigation {
29 margin-top: 1px;
30 }
31
431e4cb4
AE
32 .pageNavigationIcons {
33 display: flex;
abe07e47 34 flex: 0 0 auto;
431e4cb4 35 flex-direction: row-reverse;
5d4bad9e 36 margin-left: 10px;
abe07e47 37
431e4cb4
AE
38 > li {
39 flex: 0 0 auto;
40
41 &:not(:last-child) {
42 margin-left: 10px;
abe07e47 43 }
abe07e47
MW
44 }
45 }
46}
431e4cb4 47
8a0b323e 48@include screen-md-down {
431e4cb4
AE
49 .pageNavigation {
50 display: none;
51 }
52}