Make the comment syntax consistent across all CSS (#707)

* Update _article.scss

* Update _dark_variables.scss

* Update _forms.scss

* Update _global.scss

* Update _header.scss

* Update _variables.scss
This commit is contained in:
Marek Ľach
2019-12-16 22:28:48 +01:00
committed by Ana Gelez
parent a9441a8804
commit 9ede06e7a3
6 changed files with 27 additions and 27 deletions
+9 -9
View File
@@ -68,7 +68,7 @@ small {
appearance: none;
}
/// Main
/* Main */
body > main > *, .h-feed > * {
margin: 1em $horizontal-margin;
}
@@ -137,13 +137,13 @@ main {
}
}
/// Errors
/* Errors */
p.error {
color: $red;
font-weight: bold;
}
/// User page
/* User page */
.user h1 {
display: flex;
flex-direction: row;
@@ -170,7 +170,7 @@ p.error {
margin: 2em 0px;
}
/// Cards
/* Cards */
.cards {
display: flex;
flex-direction: row;
@@ -249,7 +249,7 @@ p.error {
}
}
/// Instance presentation
/* Instance presentation */
.presentation {
max-width: none;
@@ -263,7 +263,7 @@ p.error {
}
}
// Stats
/* Stats */
.stats {
display: flex;
justify-content: space-around;
@@ -287,7 +287,7 @@ p.error {
}
}
/// Pagination
/* Pagination */
.pagination {
display: flex;
justify-content: space-evenly;
@@ -297,7 +297,7 @@ p.error {
}
}
/// Flex boxes
/* Flex boxes */
.flex {
display: flex;
flex-direction: row;
@@ -332,7 +332,7 @@ p.error {
margin-right: 2em;
}
/// Footer
/* Footer */
body > footer {
display: flex;
align-content: center;