containers, grid fixes, small fixes

This commit is contained in:
codecalm
2020-01-29 23:18:35 +01:00
parent bdff782f0e
commit 00a71f7069
10 changed files with 97 additions and 58 deletions
+7 -2
View File
@@ -25,6 +25,7 @@ Hr text
}
&:before {
content: "";
margin-right: .5rem;
}
@@ -39,9 +40,9 @@ Hr text
color: $text-muted;
}
&.hr-text-center {
&.hr-text-left {
&:before {
content: "";
content: none;
}
& > *:first-child {
@@ -64,6 +65,10 @@ Hr text
padding-left: .5rem;
}
}
.card > & {
margin: 0;
}
}
.hr-text-spaceless {