mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
13 lines
148 B
Text
13 lines
148 B
Text
#V-PopupsAsk {
|
|
|
|
.modal-body {
|
|
font-size: 18px;
|
|
padding: 3em 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
button:focus {
|
|
box-shadow: 0 0 1px inset;
|
|
}
|
|
|
|
}
|