Update badges
This commit is contained in:
parent
4026aa7dee
commit
b6da5bbcce
7 changed files with 27 additions and 28 deletions
|
@ -1,9 +1,6 @@
|
|||
.is-centered
|
||||
margin: 0 auto
|
||||
|
||||
.is-flex
|
||||
display: flex
|
||||
|
||||
.is-half
|
||||
width: 50%
|
||||
|
||||
|
@ -16,8 +13,12 @@
|
|||
.list-style-none
|
||||
list-style: none
|
||||
|
||||
@each $value in 'block', 'inline', 'inline-block'
|
||||
.display-#{$value}
|
||||
.align-items-center
|
||||
align-items: center
|
||||
|
||||
@each $value in 'block', 'inline', 'inline-block', 'flex'
|
||||
.display-#{$value},
|
||||
.is-#{$value},
|
||||
display: #{$value}
|
||||
|
||||
@each $value in 'top', 'middle', 'bottom'
|
||||
|
@ -30,3 +31,7 @@
|
|||
& > tfoot > tr > td
|
||||
&.vertical-#{$value}
|
||||
vertical-align: #{$value}
|
||||
|
||||
@each $value in 2, 3, 4, 5
|
||||
.is-#{$value}
|
||||
width: calc(100% / #{$value})
|
||||
|
|
|
@ -1,12 +1,5 @@
|
|||
.badges > *
|
||||
display: block
|
||||
.badges > *:not(:last-child)
|
||||
margin: 0 auto 10px
|
||||
|
||||
&:last-child
|
||||
margin-bottom: 0
|
||||
|
||||
// &[class$="da-member"] img
|
||||
// max-width: 152px
|
||||
|
||||
.badges img
|
||||
max-width: 100%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue