Remove old css and js
This commit is contained in:
parent
16e860e00c
commit
a503417298
142 changed files with 156 additions and 1910 deletions
36
app/assets/stylesheets/demarches_index.scss
Normal file
36
app/assets/stylesheets/demarches_index.scss
Normal file
|
@ -0,0 +1,36 @@
|
|||
@import "colors";
|
||||
|
||||
#demarches-index {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.list-header {
|
||||
color: $dark-grey;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.demarche-links {
|
||||
border-top: 1px solid $border-grey;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.demarche-link {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid $border-grey;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background-color: $lighter-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.service-name {
|
||||
color: $dark-grey;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue