Rough implementation of appearance settings

This commit is contained in:
Toby Zerner
2015-08-03 14:35:51 +09:30
parent 70901b1420
commit 83e8503df1
7 changed files with 173 additions and 8 deletions

View File

@ -55,10 +55,6 @@
width: auto;
margin: 10px;
max-width: 600px;
.Modal--small & {
max-width: 400px;
}
}
// Actual modal
@ -194,7 +190,10 @@
.box-shadow(0 7px 15px @shadow-color);
}
.Modal--small {
width: 375px;
max-width: 375px;
}
.Modal--large {
max-width: 800px;
}
.Modal-header {
text-align: center;