a few style tweaks

This commit is contained in:
Danny Coates 2018-11-02 11:28:56 -07:00
parent cacb3a898d
commit 1c063111cc
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 10 additions and 24 deletions

View file

@ -33,7 +33,7 @@ progress::-webkit-progress-value {
.main {
display: flex;
max-width: 1024px;
max-width: 64rem;
width: 100%;
}
@ -83,14 +83,6 @@ progress::-webkit-progress-value {
white-space: nowrap;
}
.bg-shades {
background-color: rgba(255, 255, 255, 0.8);
}
.border-modal {
box-shadow: 0 0 5rem 5rem white;
}
.checkbox {
@apply leading-normal;
@apply select-none;
@ -148,10 +140,6 @@ progress::-webkit-progress-value {
content: '\200b';
}
.max-h-half {
max-height: 50vh;
}
@screen md {
.main {
@apply flex-1;
@ -159,7 +147,7 @@ progress::-webkit-progress-value {
@apply items-center;
@apply my-10;
width: calc(100% - 48px);
width: calc(100% - 3rem);
min-height: 30rem;
max-height: 40rem;
}