1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/_9984.scss

94 lines
1.9 KiB
SCSS
Raw Normal View History

2017-08-12 19:46:41 +02:00
$brand-9984-01: #ec008c !default;
$brand-9984-02: #f7931d !default;
$brand-9984-03: #161d21 !default;
$brand-9984-04: #e6e6e6 !default;
2017-08-12 18:09:47 +02:00
$font-family-silkscreen: silkscreennormal, monospace !default;
@font-face {
font-family: silkscreennormal;
// stylelint-disable declaration-colon-newline-after
src: url('../fonts/slkscr-webfont.woff2') format('woff2'),
url('../fonts/slkscr-webfont.woff') format('woff');
// stylelint-enable
font-weight: $font-weight-normal;
font-style: normal;
}
2017-08-12 19:46:41 +02:00
2017-08-12 18:09:47 +02:00
.banner--ninenine {
text-align: center;
background: $brand-9984-03;
font-family: $font-family-silkscreen;
font-weight: $font-weight-normal;
font-style: normal;
2017-08-12 19:46:41 +02:00
padding-top: $spacer;
padding-bottom: $spacer;
@media ($screen-sm) {
padding-top: $spacer / 2;
padding-bottom: $spacer / 2;
}
2017-08-12 18:09:47 +02:00
&,
.divider--9984,
2017-08-12 19:46:41 +02:00
.divider--9984slashes,
2017-08-12 18:09:47 +02:00
.ninenine__action {
transition: .15s ease-out;
}
&:hover,
&:focus {
background: $brand-9984-01;
.divider--9984,
.divider--slashes {
color: $brand-9984-04;
}
.ninenine__action {
background: $brand-9984-04;
color: $brand-9984-01;
}
}
}
.ninenine__title,
2017-08-12 19:46:41 +02:00
.ninenine__meta {
2017-08-12 18:09:47 +02:00
font-size: .8rem;
line-height: $line-height;
margin: 0;
color: $brand-9984-04;
em {
font-style: normal;
}
}
2017-08-12 19:46:41 +02:00
2017-08-12 18:09:47 +02:00
.ninenine__action {
box-shadow: none;
color: $brand-9984-04;
background: $brand-9984-01;
padding: $spacer / 5 $spacer / 4;
2017-08-12 19:11:52 +02:00
display: block;
margin-top: $spacer / 2;
@media ($screen-sm) {
display: inline;
margin-top: 0;
margin-left: $spacer / 2;
}
2017-08-12 18:09:47 +02:00
}
2017-08-12 19:46:41 +02:00
2017-08-12 18:09:47 +02:00
.divider--9984 {
color: $brand-9984-01;
}
2017-08-12 19:46:41 +02:00
.divider--9984slashes {
2017-08-12 18:09:47 +02:00
color: $brand-9984-02;
}