73 lines
1.1 KiB
SCSS
73 lines
1.1 KiB
SCSS
// 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 {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.flag {
|
|
display: inline;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
|
|
img {
|
|
max-width: 150px;
|
|
max-height: 60px;
|
|
}
|
|
}
|
|
|
|
#recap_dossier {
|
|
#validate_button {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
#dossiers_list {
|
|
.filter {
|
|
cursor: pointer;
|
|
font-size: 1.1em;
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
#dossiers_list tr:hover{
|
|
background-color: #eeeeee;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#procedure_list {
|
|
margin-left: -10px;
|
|
overflow: scroll;
|
|
a, a:hover {
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.procedure_list_element.active{
|
|
background-color: #668ABD;
|
|
}
|
|
|
|
.procedure_list_element {
|
|
padding: 15px 40px 15px 20px;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
line-height: 1.8em;
|
|
}
|
|
.procedure_list_element:hover{
|
|
background-color: #668ABD;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.split-hr-left {
|
|
border-bottom: 1px solid #FFFFFF;
|
|
margin: 20px 10px 0px 0;
|
|
}
|
|
|