more sr friendly
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
h1, h2, h3 {
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: 0 2px 3px rgba(black, .3);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
// this is before the rest of bootstrap to get the right paddings in grid
|
||||
.sr-list {
|
||||
@include list-unstyled;
|
||||
margin-bottom: 0;
|
||||
|
||||
> li {
|
||||
display: inline-block;
|
||||
&:not(:last-child) {
|
||||
margin-right: $list-inline-padding;
|
||||
}
|
||||
}
|
||||
|
||||
&.sr-list-tight {
|
||||
> li {
|
||||
display: inline-block;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user