sway/css/master.scss

50 lines
654 B
SCSS
Raw Normal View History

2015-08-23 20:52:00 -04:00
---
---
2017-10-02 23:36:54 -04:00
@import "bootstrap/scss/bootstrap";
html {
height: 100%;
}
2015-08-23 20:52:00 -04:00
body {
2017-10-02 23:36:54 -04:00
background: linear-gradient(to bottom right, #75d3e8, #3c84ac);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
height: 100%;
}
.navbar-light {
margin-bottom: 1rem;
.navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.8);
text-decoration: underline;
}
}
.main a {
color: darken(#014c8c, 10);
text-decoration: underline;
2015-08-23 20:52:00 -04:00
}
video {
2017-10-02 23:36:54 -04:00
max-width: 100%;
box-shadow: 0 0 3px 3px #444;
2015-08-23 20:52:00 -04:00
}
2016-03-24 20:02:07 -04:00
.text-center {
2017-10-02 23:36:54 -04:00
text-align: center;
2016-03-24 20:02:07 -04:00
}
hr {
2017-10-02 23:36:54 -04:00
border-color: white;
2016-03-24 20:02:07 -04:00
}
2016-03-25 01:15:58 +01:00
#logo {
max-width: 300px;
width: 100%;
}