Only use derived variables

This commit is contained in:
Jeremy Thomas
2019-10-13 16:11:19 +01:00
parent 0f988eadd9
commit ac0399d971
23 changed files with 83 additions and 79 deletions

View File

@@ -1,13 +1,14 @@
$tw-black: #1c2022
// $tw-black: #1c2022
$tw-black: $text-strong
$tw-blue: #2b7bb9
$tw-grey: #697882
$tw-border: #e1e8ed
.bd-tws-home
background-color: $white-bis
background-color: $scheme-main-bis
.bd-tw
background-color: $white-bis
background-color: $scheme-main-bis
border-radius: $radius-large
color: $tw-grey
flex-shrink: 0
@@ -17,7 +18,7 @@ $tw-border: #e1e8ed
padding: 20px
text-align: left
&.bd-is-white
background-color: $white
background-color: $scheme-main
.bd-tw-header
align-items: stretch
@@ -162,7 +163,7 @@ $tw-border: #e1e8ed
min-height: 632px
.twitter-tweet:not(.twitter-tweet-rendered)
background-color: $white
background-color: $scheme-main
border: 1px solid $tw-border
border-radius: 5px
color: $tw-grey