This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/pages/_experience.sass

31 lines
616 B
Sass
Raw Normal View History

2016-03-10 21:30:15 +00:00
.experience
2016-05-28 08:29:47 +00:00
margin-bottom: $padding-large-vertical * 3
2016-04-19 06:58:33 +00:00
position: relative
2016-05-28 08:29:47 +00:00
+clearfix
2015-11-07 08:43:30 +00:00
2016-06-14 09:03:23 +00:00
+breakpoint(max-width $screen-tablet)
h2
2016-04-19 06:58:33 +00:00
font-size: 1.5em
2016-06-14 09:03:23 +00:00
margin-top: 0
2016-04-19 06:58:33 +00:00
2016-05-28 08:29:47 +00:00
p:last-of-type
margin-bottom: 0
2016-04-21 10:37:17 +00:00
&__website
2016-04-19 06:58:33 +00:00
display: inline-block
margin-bottom: 2px
2016-04-21 10:37:17 +00:00
&__role
2016-05-28 08:29:47 +00:00
color: $gray-light
2016-04-19 06:58:33 +00:00
margin-bottom: 10px
.experience--with-logo
2016-04-21 10:37:17 +00:00
.experience
&__logo
@extend .pull-right
2016-06-14 09:03:23 +00:00
margin: 0 0 0 2em
2016-05-28 08:29:47 +00:00
max-width: 20%
2016-04-18 23:56:40 +00:00
2016-04-21 10:37:17 +00:00
@include breakpoint($screen-md-min)
max-width: 15%