Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / adLocation.scss
1 .wcfAdLocation {
2 overflow: hidden;
3 }
4
5 .wcfAdLocationLogo {
6 @include screen-lg {
7 float: right;
8 margin-left: 30px;
9 }
10
11 @include screen-md-down {
12 display: none;
13 }
14 }
15
16 .wcfAdLocationHeaderContent {
17 margin-bottom: 20px;
18 }
19
20 .wcfAdLocationFooterContent {
21 margin-top: 20px;
22 }
23
24 .wcfAdLocationHeaderContent,
25 .wcfAdLocationFooterContent,
26 .wcfAdLocationFooterBottom,
27 .wcfAdLocationSidebarTop,
28 .wcfAdLocationSidebarBottom {
29 text-align: center;
30
31 > div {
32 display: inline-block;
33 text-align: left;
34 }
35 }