fixing rescue settings
This commit is contained in:
@@ -815,6 +815,12 @@ textarea {
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.form-divider {
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
background: linear-gradient(90deg, transparent, rgba(53, 129, 98, 0.32), transparent);
|
||||
}
|
||||
|
||||
.inline-form {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user