fix design

This commit is contained in:
Phu Pham
2023-04-26 15:35:55 -04:00
parent 8336b0c558
commit ce6bd0b49e
2 changed files with 15 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
display: block;
background-color: $gray-800 !important;
border-width: 0 !important;
padding: 2rem;
padding: 24px !important;
border-radius: 8px !important;
div {
@@ -22,17 +22,26 @@
opacity: 1 !important;
border: none !important;
border-radius: 4px !important;
margin: 0 !important;
width: 100% !important;
}
.widget-header-title {
background: none !important;
flex-grow: 0 !important;
padding-right: 1rem !important;
height: auto !important;
padding: 0 !important;
margin-bottom: 10px !important;
}
.widget-header-footer {
background: none !important;
}
.widget-form-footer {
padding-right: 0 !important;
}
.submit {
background-color: $blue-purple-500 !important;
@@ -41,6 +50,8 @@
border: none !important;
border-color: transparent !important;
border-radius: 4px !important;
margin: 0 !important;
margin-top: 8px !important;
&:hover {
background: $blue-purple-600 !important;
}
@@ -55,6 +66,8 @@
}
}
.cancel {
margin: 0 !important;
margin-top: 8px !important;
color: $blue-purple-300 !important;
font-weight: 600 !important;
}

View File

@@ -775,7 +775,7 @@ pre code {
background-color: $white !important;
}
textarea {
background-color: $gray-200 !important;
background-color: $gray-100 !important;
}
.widget-header-title {
color: $gray-900 !important;