GROUP BUTTONS AND GROUP STYLE #171

Merged
11319801 merged 33 commits from kevin-prototype into master 2017-02-01 12:29:09 +01:00
Showing only changes of commit f67dd019c4 - Show all commits

View File

@@ -192,7 +192,7 @@ button.green {
} }
button.gray{ button.gray{
background-color: inherit; background-color: #FFF;
color: #333; color: #333;
} }
@@ -307,8 +307,9 @@ div[data-title]:hover:after {
body { body {
font-size: 28px!important; font-size: 28px!important;
} }
button { button, input {
font-size: 28px; font-size: 28px;
height: 42px;
} }
} }