Search: Layout and styling
This commit is contained in:
@@ -21,6 +21,25 @@
|
||||
flex: 1 0 20%
|
||||
max-width: 20%
|
||||
|
||||
&.card-deck-horizontal
|
||||
@extend .flex-column
|
||||
flex-wrap: initial
|
||||
|
||||
.card
|
||||
@extend .w-100
|
||||
@extend .flex-row
|
||||
flex: initial
|
||||
max-width: 100%
|
||||
|
||||
.card-img-top
|
||||
@extend .rounded-0
|
||||
|
||||
.embed-responsive
|
||||
@extend .mr-2
|
||||
max-width: 120px
|
||||
|
||||
.card-body
|
||||
@extend .overflow-hidden
|
||||
|
||||
.card-padless
|
||||
.card
|
||||
@@ -90,3 +109,8 @@
|
||||
position: absolute
|
||||
padding: 1px 5px
|
||||
z-index: 1
|
||||
|
||||
.card
|
||||
&.active
|
||||
.card-title
|
||||
color: $primary
|
||||
|
@@ -7,7 +7,7 @@ nav.sidebar
|
||||
border: none
|
||||
color: $color-text-dark-secondary
|
||||
padding: 0
|
||||
z-index: $z-index-base + 5 /* Flowplayer seems to take up to 11, project container is 12 */
|
||||
z-index: $z-index-base + 5
|
||||
|
||||
nav
|
||||
margin-left: auto
|
||||
|
Reference in New Issue
Block a user