mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Reimpl custom css - Open Sans is back!
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
@import "node_modules/animate-sass/animate";
|
||||
//@import "node_modules/transform/transform";
|
||||
|
||||
body, .pad-top {
|
||||
padding-top: 50px;
|
||||
@@ -33,11 +32,6 @@ textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.btn-page, .btn-pad {
|
||||
// .btn-page should be refactored out to .btn-page in the future
|
||||
margin: 0 0 0.5em;
|
||||
}
|
||||
|
||||
.custom-combobox {
|
||||
display: block;
|
||||
}
|
||||
@@ -80,6 +74,10 @@ ins {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: $gray-400 !important;
|
||||
}
|
||||
|
||||
.loading-animation {
|
||||
position: relative;
|
||||
margin: 30px auto 0;
|
||||
|
||||
Reference in New Issue
Block a user