Converted modals to Bootstrap 4 Material Design

This commit is contained in:
n1474335 2018-06-17 12:44:12 +01:00
parent 7d410fcdc9
commit 4147ec719b
14 changed files with 250 additions and 250 deletions

View file

@ -29,6 +29,7 @@
text-align: center;
color: var(--primary-font-colour);
font-size: 14px;
cursor: pointer;
}
#auto-bake-label .checkbox-decorator {
@ -38,3 +39,7 @@
#bake {
box-shadow: none;
}
#controls .btn {
border-radius: 0;
}