forked from noxious/client
Cleanup styling, added global styling
This commit is contained in:
@ -100,7 +100,6 @@ onUnmounted(() => {
|
||||
.modal-header {
|
||||
cursor: move;
|
||||
background-color: rgba($purple, 0.6);
|
||||
color: $white;
|
||||
padding: 0 20px;
|
||||
border-radius: 20px 20px 0 0;
|
||||
height: 3.75rem;
|
||||
@ -117,8 +116,6 @@ onUnmounted(() => {
|
||||
height: 40px;
|
||||
margin: auto 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
@ -154,16 +151,8 @@ onUnmounted(() => {
|
||||
button {
|
||||
padding: 10px 16px;
|
||||
min-width: 6.25rem;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
background-color: rgba($purple, 0.75);
|
||||
border: rgba($white, 0.35) 1px solid;
|
||||
border-radius: 5px;
|
||||
color: $white;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba($lilac, 0.75);
|
||||
}
|
||||
}
|
||||
.modal-form {
|
||||
display: inline;
|
||||
@ -173,6 +162,7 @@ onUnmounted(() => {
|
||||
margin-bottom: 20px;
|
||||
label {
|
||||
margin-bottom: 10px;
|
||||
color: $black;
|
||||
}
|
||||
input {
|
||||
max-width: 250px;
|
||||
|
Reference in New Issue
Block a user