mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
12 lines
151 B
SCSS
12 lines
151 B
SCSS
@import 'variables';
|
|
|
|
.page--styleguide {
|
|
.logo {
|
|
margin-bottom: $spacer;
|
|
}
|
|
|
|
.logo--white {
|
|
background: $brand-03;
|
|
}
|
|
}
|