mirror of
https://github.com/inspec/inspec
synced 2024-11-24 13:43:09 +00:00
23 lines
No EOL
350 B
SCSS
23 lines
No EOL
350 B
SCSS
.tutorials--subhead {
|
|
font-family: $heading-font;
|
|
text-transform: uppercase;
|
|
color: $inspec-blue;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.tutorials--links {
|
|
margin-bottom: 30px;
|
|
|
|
@media (min-width: 640px) {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
& > li {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
.tutorials--link {
|
|
text-transform: uppercase;
|
|
font-family: $heading-font;
|
|
} |