styles sheets cleaning

This commit is contained in:
2021-11-26 16:53:19 +01:00
parent 74660448a1
commit 40ca1e276b
4 changed files with 70 additions and 87 deletions

View File

@@ -205,9 +205,9 @@ footer.footer {
}
}
/*
* SPECIFIC RULES
* GENERIC MAIN STYLES
* miscellaneous
*/
/// titles
@@ -283,7 +283,6 @@ div.metadata {
}
/// chill help tooltip
.chill-help-tooltip {
&::before {
content: '\f05a';
@@ -298,7 +297,6 @@ div.metadata {
/// display definition list
// with dt and dd on same line
dl.definition-inline {
dd {
display: inline;
@@ -320,6 +318,19 @@ dl.definition-inline {
font-style: italic;
}
/// flash
div#flashMessages {
margin-top: 20px;
.flash-notice {
margin-top: 10px;
margin-bottom: 10px;
}
}
/*
* SPECIFIC RULES
*/
//// still used ?
// move from chillmain.css, converted to sass
@@ -372,14 +383,6 @@ div#usefulbar {
}
}
div#flashMessages {
margin-top: 20px;
.flash-notice {
margin-top: 10px;
margin-bottom: 10px;
}
}
.personName {
font-variant: small-caps;
text-transform: capitalize;