forked from cybrespace/pinafore
tweak modal design
This commit is contained in:
parent
f325bdfe9e
commit
23e3de6e26
|
@ -55,17 +55,10 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.close-dialog-button span {
|
.close-dialog-button span {
|
||||||
padding: 0 15px;
|
padding: 0 10px 7px;
|
||||||
font-size: 48px;
|
font-size: 32px;
|
||||||
color: var(--button-primary-text);
|
color: var(--button-primary-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
.close-dialog-button span {
|
|
||||||
padding: 0 10px 4px;
|
|
||||||
font-size: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
import A11yDialog from 'a11y-dialog'
|
import A11yDialog from 'a11y-dialog'
|
||||||
|
|
Loading…
Reference in New Issue