Services: Re-design and welcome Flamenco!
Thanks to @fsiddi for feedback
This commit is contained in:
@@ -253,6 +253,13 @@ $page-card-icon-size: 75px
|
||||
.page-card-summary
|
||||
color: #ccc
|
||||
|
||||
.page-card-full
|
||||
padding: 60px 30px
|
||||
width: 100%
|
||||
max-width: 1000px
|
||||
position: relative
|
||||
align-self: stretch
|
||||
|
||||
.page-card-side
|
||||
width: 50%
|
||||
padding: 60px 0
|
||||
@@ -383,6 +390,8 @@ a.page-card-cta
|
||||
&.download
|
||||
+button($color-success, 3px, true)
|
||||
opacity: 1
|
||||
padding-left: 20px
|
||||
padding-right: 20px
|
||||
|
||||
i
|
||||
position: relative
|
||||
|
39
src/styles/_services.sass
Normal file
39
src/styles/_services.sass
Normal file
@@ -0,0 +1,39 @@
|
||||
.services
|
||||
#page-header
|
||||
text-shadow: 1px 1px 0 rgba(black, .2)
|
||||
border-bottom: none
|
||||
align-items: initial
|
||||
|
||||
.page-title
|
||||
text-align: left
|
||||
font-size: 3em
|
||||
margin: 0
|
||||
|
||||
.page-title-summary
|
||||
max-width: 900px
|
||||
text-align: left
|
||||
font-size: 1.4em
|
||||
|
||||
.page-card-side
|
||||
img
|
||||
max-width: 100%
|
||||
border-radius: 3px
|
||||
|
||||
.tip
|
||||
margin-top: 15px
|
||||
color: $color-text-dark-secondary
|
||||
font-size: .8em
|
||||
|
||||
a
|
||||
color: $color-primary
|
||||
text-decoration: underline
|
||||
|
||||
span.text-background
|
||||
+text-background(white, #358, 2px, 5px 0)
|
||||
|
||||
.navbar-backdrop-overlay
|
||||
background-image: linear-gradient(rgba(black, .3), rgba(black, .8))
|
||||
|
||||
#blender-sync
|
||||
small strong
|
||||
color: $color-success
|
@@ -11,6 +11,7 @@
|
||||
@import _user
|
||||
@import _join
|
||||
@import _homepage
|
||||
@import _services
|
||||
@import _stats
|
||||
@import _search
|
||||
|
||||
|
Reference in New Issue
Block a user