oliverdavies.uk/assets/sass/experience.sass

32 lines
696 B
Sass
Raw Normal View History

2017-06-15 18:22:11 +01:00
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
@import '../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables'
2017-05-21 22:04:57 +01:00
@import 'mixins'
2017-04-16 01:29:47 +01:00
.experience-item
2016-05-28 09:29:47 +01:00
margin-bottom: $padding-large-vertical * 3
+clearfix
2015-11-07 08:43:30 +00:00
2017-04-16 01:29:47 +01:00
.experience-item-website
display: inline-block
margin-bottom: 2px
2017-03-13 07:14:17 +00:00
2017-04-16 01:29:47 +01:00
.experience-item-role
color: $gray-light
margin-bottom: .625rem
2016-04-19 07:58:33 +01:00
2017-04-16 01:29:47 +01:00
.experience-item-logo
2017-04-25 07:43:08 +01:00
float: right
margin: 25px 0 1em 1.5em
max-width: 25%
+from(500px)
max-width: 20%
+desktop
max-width: 15%
2016-04-19 07:58:33 +01:00
2016-10-09 21:07:02 +01:00
img
height: auto
width: 100%
2017-04-16 01:29:47 +01:00
.experience-item-description p:last-of-type
margin-bottom: 0