You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.1 KiB
82 lines
1.1 KiB
@import 'variables';
|
|
|
|
body {
|
|
color: #333;
|
|
font-family: 'Roboto', sans-serif; font-size: 13px;
|
|
line-height: 18px;
|
|
margin: 33px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.notice, .alert, .subscription, .highlight {
|
|
margin-top: 12px;
|
|
padding: 24px;
|
|
text-align: center;
|
|
border-radius: 12px;
|
|
a, a:hover, a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.notice {
|
|
background-color: $lightgreen;
|
|
}
|
|
|
|
.alert {
|
|
background-color: $lightred;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: $lightyellow;
|
|
}
|
|
|
|
.faq {
|
|
color: $link;
|
|
}
|
|
|
|
header {
|
|
border-bottom: 1px solid $primary-color;
|
|
margin-bottom: 30px;
|
|
|
|
a, a:hover, a:visited {
|
|
color: $darkgrey;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
height: 90px;
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 12px;
|
|
clear: both;
|
|
}
|
|
|
|
form {
|
|
.form-group {
|
|
padding-top: 12px;
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.form-check-collection {
|
|
.form-check-label {
|
|
display: block;
|
|
padding-bottom: 12px;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 978px) {
|
|
.container {
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
body {
|
|
padding:0;
|
|
}
|
|
}
|