Style dla tworzenia testów

This commit is contained in:
Marcin Szczepański 2019-12-21 18:18:40 +01:00
parent c6fa887390
commit e98aa9cf82

View File

@ -197,11 +197,16 @@ button:hover, a:hover {
transition: 400ms !important; transition: 400ms !important;
} }
.content .wrapper .content { .content .wrapper .content, .wrapper .wrapper-add .container {
background-color: #28102f !important; background-color: #28102f !important;
border: 1px solid #625283 !important; border: 1px solid #625283 !important;
} }
.wrapper .wrapper-add .container .wrapper .wrapper-add .container {
background-color: #19032f !important;
border: 1px solid #45395e !important;
}
.ui-dialog * { .ui-dialog * {
font-family: 'Roboto Slab', 'Cambria', serif !important; font-family: 'Roboto Slab', 'Cambria', serif !important;
} }