somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
.user-dashboard {
&.guarantee {
.search {
&.success {
input {
border-color: green;
@include boxShadow(0px 4px 6px rgba(green, 0.3));
}
}
&.error {
input {
border-color: red;
@include boxShadow(0px 4px 6px rgba(red, 0.2));
}
}
}
@media (max-width: 768px) {
.switchBtns {
width: 100%;
margin-top: 5px;
}
}
}
}