aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/index.scss
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-08-06 22:34:06 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-04 11:36:04 +0800
commit5e7409482b6fc55eafc330e4bc119f7485f068bb (patch)
tree2368df863dcda9cffc49f04a95d8a05224ac0f4e /ui/app/components/gas-customization/gas-modal-page-container/index.scss
parent88d8eb289edd7bec86993aac946ac85e4e5219ec (diff)
downloadtangerine-wallet-browser-5e7409482b6fc55eafc330e4bc119f7485f068bb.tar.gz
tangerine-wallet-browser-5e7409482b6fc55eafc330e4bc119f7485f068bb.tar.zst
tangerine-wallet-browser-5e7409482b6fc55eafc330e4bc119f7485f068bb.zip
Use BEM for css in gas-modal-page-container
Diffstat (limited to 'ui/app/components/gas-customization/gas-modal-page-container/index.scss')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/index.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
index 2d2250212..a6609a385 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/index.scss
+++ b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
@@ -1,13 +1,13 @@
.gas-modal-content {
- .basic-tab {
+ &__basic-tab {
height: 219px;
}
- .advanced-tab {
+ &__advanced-tab {
height: 475px;
}
- .info-row, .info-row--fade {
+ &__info-row, &__info-row--fade {
width: 100%;
background: $polar;
padding: 15px 21px;
@@ -15,35 +15,35 @@
flex-flow: column;
color: $scorpion;
- .total-info, .sum-info {
+ &__total-info, &__sum-info {
display: flex;
flex-flow: row;
justify-content: space-between;
}
- .total-info {
- .total-label {
+ &__total-info {
+ &__total-label {
font-size: 16px;
}
- .total-value {
+ &__total-value {
font-size: 16px;
font-weight: bold;
}
}
- .sum-info {
- .sum-label {
+ &__sum-info {
+ &__sum-label {
font-size: 12px;
}
- .sum-value {
+ &__sum-value {
font-size: 14px;
}
}
}
- .info-row--fade {
+ &__info-row--fade {
background: white;
color: $dusty-gray;
}