1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 17:50:07 +01:00
site/_src/_assets/styles/_9984.scss

94 lines
1.8 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 {
2017-09-27 18:49:52 +02:00
display: block;
2017-08-12 18:09:47 +02:00
background: $brand-9984-03;
font-family: $font-family-silkscreen;
font-weight: $font-weight-normal;
font-style: normal;
2017-09-27 18:49:52 +02:00
padding-top: $spacer / 2;
padding-bottom: $spacer / 2;
box-shadow: none;
2017-08-12 19:46:41 +02:00
@media ($screen-sm) {
2017-09-27 18:49:52 +02:00
padding-top: $spacer / 3;
padding-bottom: $spacer / 3;
2017-08-12 19:46:41 +02:00
}
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-09-27 18:49:52 +02:00
font-size: .7rem;
2017-08-12 18:09:47 +02:00
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;
2017-09-27 18:49:52 +02:00
padding: 0 $spacer / 4;
2017-08-12 19:11:52 +02:00
display: block;
2017-09-27 18:49:52 +02:00
margin-top: $spacer / 6;
font-size: .65rem;
2017-08-12 19:11:52 +02:00
@media ($screen-sm) {
2017-09-27 18:49:52 +02:00
display: inline-block;
2017-08-12 19:11:52 +02:00
}
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;
}