This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/main.sass

23 lines
283 B
Sass
Raw Normal View History

2017-09-04 16:55:53 +00:00
@import "node_modules/tachyons-sass/scss/colors";
2017-07-25 23:13:04 +00:00
2017-09-04 16:55:53 +00:00
$blue: #0678be
2017-07-25 23:13:04 +00:00
2017-09-04 16:55:53 +00:00
@import "node_modules/tachyons-sass/tachyons";
2017-07-25 23:13:04 +00:00
2017-09-04 16:55:53 +00:00
p,
li,
td
a
color: $blue
2017-07-25 23:13:04 +00:00
2017-09-04 16:55:53 +00:00
.video
padding: 56.25% 0 0
2017-05-21 21:04:57 +00:00
2017-09-04 16:55:53 +00:00
.video iframe,
.video embed
height: 100%
left: 0
position: absolute
top: 0
width: 100%