mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-29 11:22:15 +00:00
Reduced overall font size a touch
This commit is contained in:
@@ -1 +1,2 @@
|
||||
$font-size-base: 0.875rem; //Make it look less primary school
|
||||
$font-family-sans-serif: "Open Sans", sans-serif;
|
||||
|
||||
@@ -74,6 +74,10 @@ ins {
|
||||
color: $gray-400 !important;
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
background-color: $gray-200 !important;
|
||||
}
|
||||
|
||||
.skip-link {
|
||||
background: $dark;
|
||||
outline: unset;
|
||||
@@ -89,6 +93,11 @@ ins {
|
||||
transform: translateY(45px); /* TODO Remove absolute positioning */
|
||||
}
|
||||
|
||||
svg {
|
||||
display: inline;
|
||||
white-space: no-wrap;
|
||||
}
|
||||
|
||||
html.embedded {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user