Cleanup CSS add Snap! style block attachments
This commit is contained in:
parent
debefc307a
commit
843ec586ed
16 changed files with 72 additions and 18 deletions
14
app/assets/stylesheets/osem-variables.scss
Normal file
14
app/assets/stylesheets/osem-variables.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// This file is included *early* in CSS order!
|
||||
// These variables change bootstrap defaults.
|
||||
|
||||
$navbar-default-bg: #0C3559;
|
||||
$navbar-default-link-active-bg: rgb(8,8,8);
|
||||
$navbar-default-border: 1px solid #d4d4d4;
|
||||
$navbar-default-color: #FFF;
|
||||
$navbar-default-link-color: #FFF;
|
||||
$navbar-default-link-hover-color: #F2E205;
|
||||
$navbar-default-link-active-hover-color: #FFF;
|
||||
|
||||
|
||||
// The hiegh of the section tabs that are like Snap! blocks.
|
||||
$trapezoid-height: 14px;
|
||||
Loading…
Add table
Add a link
Reference in a new issue