mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
remove custom font and large X for errors
This commit is contained in:
parent
4daa379b03
commit
1136c1bf13
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
|
||||
.sweet-overlay {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
position: fixed;
|
||||
|
@ -11,7 +10,7 @@
|
|||
|
||||
.sweet-alert {
|
||||
background-color: white;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: sans-serif;
|
||||
width: 478px;
|
||||
padding: 17px;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -408,7 +408,7 @@ function cleanupFormValues(node) {
|
|||
}
|
||||
|
||||
function showErrorMessage(title, message) {
|
||||
swal(title, message, "error")
|
||||
swal(title, message)
|
||||
}
|
||||
|
||||
function chooseFromHighFidelityDomains(clickedButton) {
|
||||
|
|
Loading…
Reference in a new issue