diff options
author | Renard | 2019-09-30 22:11:19 -0300 |
---|---|---|
committer | Renard | 2019-09-30 22:11:19 -0300 |
commit | 1f0bf371094010f751f903937a600931ef7ea205 (patch) | |
tree | a8535d7f24e9e569a83e977a9d6bb368803fc1e5 /src/App.css | |
parent | 00177c2fb08c41aac4ca645c5658f5ad83598d59 (diff) | |
download | bai-client-1f0bf371094010f751f903937a600931ef7ea205.tar.gz bai-client-1f0bf371094010f751f903937a600931ef7ea205.tar.xz bai-client-1f0bf371094010f751f903937a600931ef7ea205.zip |
Añadidos: Settings ✨
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 73001f9..7bf667b 100644 --- a/src/App.css +++ b/src/App.css @@ -182,4 +182,13 @@ .ui.items>.item>.content>a.header.inverted { color: #4183C4; ; +} + +.ui.checkbox, +.select { + margin-top: 0.5em; +} + +.settingCheckbox { + display: block !important; }
\ No newline at end of file |