Automated deployment: Mon Mar 2 07:47:09 UTC 2020 36e4ee776a
This commit is contained in:
19
css/ndws.css
19
css/ndws.css
@@ -6127,6 +6127,11 @@ footer .footer-row img {
|
||||
max-width: 600px;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
padding: 5px;
|
||||
}
|
||||
.form.success {
|
||||
background-color: #daffda;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.form label {
|
||||
display: block;
|
||||
@@ -8093,12 +8098,17 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'SFMoviePoster', system-ui, sans-serif;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3 {
|
||||
margin-top: 20px;
|
||||
@@ -8184,6 +8194,15 @@ input.btn.btn-light:hover,
|
||||
a.btn.btn-light:hover {
|
||||
color: #333 !important;
|
||||
}
|
||||
input.btn:disabled,
|
||||
input.btn:disabled:hover,
|
||||
a.btn:disabled,
|
||||
a.btn:disabled:hover {
|
||||
color: #ccc !important;
|
||||
background-color: unset;
|
||||
border-color: #ccc;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
body.hero {
|
||||
background: linear-gradient(-45deg, #000, maroon, #000);
|
||||
|
||||
2
css/ndws.min.css
vendored
2
css/ndws.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user