mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 05:49:35 -07:00
Only use derived variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user