demarches-normaliennes/app/assets/stylesheets/dossiers.scss

77 lines
1.2 KiB
SCSS
Raw Normal View History

2015-08-10 11:05:06 +02:00
// Place all the styles related to the dossiers controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
h5 span {
font-weight: normal;
}
#insee-infogreffe {
2015-12-10 16:09:21 +01:00
font-size: 17px;
}
2015-12-10 16:09:21 +01:00
.flag {
display: inline;
margin-left: auto;
margin-right: auto;
padding-right: 20px;
padding-left: 20px;
img {
max-width: 150px;
max-height: 60px;
2015-12-10 16:09:21 +01:00
}
}
#dossiers-list {
.filter {
cursor: pointer;
font-size: 1.1em;
display: inline;
}
}
#dossiers-list tr:hover {
background-color: #EEEEEE;
2016-11-30 13:36:44 +01:00
cursor: pointer;
}
2018-02-01 16:20:31 +01:00
#procedure-list {
2016-11-30 13:36:44 +01:00
margin-left: -10px;
2016-12-02 12:05:50 +01:00
margin-top: 20px;
2017-04-12 10:51:35 +02:00
a,
a:hover {
2016-11-30 13:36:44 +01:00
color: #FFFFFF;
text-decoration: none;
}
2018-02-01 16:20:31 +01:00
.procedure-list-element.active {
2016-12-01 19:43:56 +01:00
background-color: #668ABD;
}
2018-02-01 16:20:31 +01:00
.procedure-list-element {
2016-11-30 13:36:44 +01:00
padding: 15px 40px 15px 20px;
cursor: pointer;
line-height: 1.8em;
.progress-bar-warning {
background-color: #E4594F;
}
.missing-steps {
color: #FFA500;
}
}
2018-02-01 16:20:31 +01:00
.procedure-list-element:hover {
2016-11-30 13:36:44 +01:00
background-color: #668ABD;
cursor: pointer;
}
}
2016-11-30 11:22:20 +01:00
.split-hr-left {
border-bottom: 1px solid #FFFFFF;
margin: 20px 10px 0px 10px;
2016-11-30 11:22:20 +01:00
}