Skip to content

Commit

Permalink
correction fichier sample
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Mar 19, 2018
1 parent 3152360 commit d3b503c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/main/resources/VAADIN/themes/valo-ul/styles.sample.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,21 +233,33 @@
.v-table-cell-content-level-1-Ctr {
font-size: 17px;
font-weight: bold;
cursor: pointer;
}

.v-table-cell-content-level-2-Dip {
font-size: 14px;
font-weight: bold;
cursor: pointer;
}

.v-table-cell-content-level-3-Form{
cursor: pointer;
}

.tree-odf .v-table-cell-content .v-icon {
.custom-tree .v-table-cell-content .v-icon {
padding-right: 5px;
}

/*Tree des sessions*/
.v-table-cell-content-session-title {
//font-weight: bold;
color: $v-selection-color;
}

.v-selected .v-table-cell-content-session-title {
color: valo-font-color($v-selection-color, 0.9);
}

/*Texte justifie*/
.v-label.v-label-justify {
text-align: justify;
Expand All @@ -273,6 +285,9 @@

/*Inversion de la couleur des liens*/
.v-selected .invert-link {
/*$font-color: valo-font-color($v-selection-color, 0.9);
color: $font-color;
text-shadow: valo-text-shadow($font-color: $font-color, $background-color: $v-selection-color);*/
color: valo-font-color($v-selection-color, 0.9);
}

Expand Down Expand Up @@ -308,6 +323,11 @@
cursor:pointer;
}

/*Pour différencier les éléments HS de la grid de stat*/
.v-grid-row-stat-hs .v-grid-cell{
background-color: #f3ccd3;
}

/*Largeur panels page d'accueil*/
.message-accueil-panel{
max-width: 500px;
Expand Down

0 comments on commit d3b503c

Please sign in to comment.