Remove old css and js
This commit is contained in:
parent
16e860e00c
commit
a503417298
142 changed files with 156 additions and 1910 deletions
13
app/assets/stylesheets/sub_header.scss
Normal file
13
app/assets/stylesheets/sub_header.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
.sub-header {
|
||||
background-color: $light-grey;
|
||||
padding-top: $default-padding;
|
||||
margin-bottom: $sub-header-bottom-margin;
|
||||
border-bottom: 1px solid $border-grey;
|
||||
|
||||
.container {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue