Use utility classes
This commit is contained in:
parent
2d11d2efc6
commit
0692d8ff00
6 changed files with 14 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
|||
@each $value in 'left' 'center' 'right'
|
||||
.text-#{$value}
|
||||
text-align: #{$value}
|
||||
|
||||
.text-light
|
||||
color: #777
|
||||
|
|
|
@ -7,11 +7,9 @@
|
|||
+clearfix
|
||||
|
||||
.experience-item-website
|
||||
display: inline-block
|
||||
margin-bottom: 2px
|
||||
|
||||
.experience-item-role
|
||||
color: $gray-light
|
||||
margin-bottom: .625rem
|
||||
|
||||
.experience-item-logo
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
+clearfix
|
||||
margin-bottom: 10px
|
||||
|
||||
&__role
|
||||
color: #777
|
||||
|
||||
&__image
|
||||
height: 75px
|
||||
margin: 0 0 10px 10px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue