diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-14 16:31:27 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-14 16:31:27 +0800 |
commit | 2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453 (patch) | |
tree | d7fc03550944151b6a057d08b7a6361612ba6ca7 /ui/app/css/itcss/components/modal.scss | |
parent | b8aa529d29434978f511e67211d8a5ff9e2f553c (diff) | |
download | dexon-wallet-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.tar.gz dexon-wallet-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.tar.zst dexon-wallet-2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453.zip |
Lint and cleanup all scss
Diffstat (limited to 'ui/app/css/itcss/components/modal.scss')
-rw-r--r-- | ui/app/css/itcss/components/modal.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss index cfe1cb36..8bf7cd44 100644 --- a/ui/app/css/itcss/components/modal.scss +++ b/ui/app/css/itcss/components/modal.scss @@ -37,7 +37,7 @@ margin: 10px; text-align: center; border-radius: 6px; - border: 1px solid black; + border: 1px solid $black; padding: 0% 7%; justify-content: space-around; @@ -71,7 +71,7 @@ .modal-content-options { flex-direction: row; - margin: 20px 0px + margin: 20px 0; } div.modal-content-option { @@ -81,8 +81,8 @@ height: 18vw; text-align: center; border-radius: 6px; - border: 1px solid black; - margin: 0px .5vw; + border: 1px solid $black; + margin: 0 .5vw; justify-content: space-around; div.modal-content-option-title { @@ -99,25 +99,25 @@ div.modal-content-option-subtitle { font-size: 16px; - padding: 0px 10px; + padding: 0 10px; height: 25%; @media screen and (max-width: 679px) { font-size: 10px; - padding: 0px 10px; + padding: 0 10px; margin-bottom: 5px; line-height: 15px; } @media screen and (min-width: 680px) { font-size: 14px; - padding: 0px 4px; + padding: 0 4px; margin-bottom: 2px; } @media screen and (min-width: 1281px) { font-size: 20px; - padding: 0px 0px; + padding: 0; } } |