somewhere
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
.user-dashboard {
|
||||
&.agent-requests {
|
||||
.addStuffBtn {
|
||||
cursor: pointer;
|
||||
background-color: $theme !important;
|
||||
|
||||
td {
|
||||
text-align: center !important;
|
||||
cursor: pointer;
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: transparent;
|
||||
background: transparent;
|
||||
|
||||
span {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
span,
|
||||
i {
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user