mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
23434f3606
- Added banner for webinars (present and future) - CSS support for IE10, IE11, Edge - Fixed URL bug for demo - Fixed Edge browser resize bug - Changes to relative path, update event info Signed-off-by: Hannah Maddy <hmaddy@chef.io>
20 lines
289 B
SCSS
20 lines
289 B
SCSS
.tutorials--subhead {
|
|
color: $color_link;
|
|
font-family: $heading-font;
|
|
}
|
|
|
|
.tutorials--links {
|
|
& > li {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
.tutorials--link {
|
|
font-family: $main-font;
|
|
|
|
& > span {
|
|
color: $color_paragraph;
|
|
text-transform: none;
|
|
font-family: $main-font;
|
|
}
|
|
}
|