1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-23 17:48:51 +02:00
website/_src/_assets/scss/page-styleguide.scss

12 lines
151 B
SCSS
Raw Normal View History

@import 'variables';
2017-08-25 00:16:33 +02:00
.page--styleguide {
.logo {
margin-bottom: $spacer;
}
.logo--white {
background: $brand-03;
}
}