first commit
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
.nav-user {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
border-width: 0 1px;
|
||||
}
|
||||
|
||||
.app-title {
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
line-height: 36px;
|
||||
padding: 15px 15px;
|
||||
margin-bottom: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.page-title-box .page-title-right.action {
|
||||
display: block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.search-block {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
th.actions,
|
||||
td.actions {
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.country-selector {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.login-page-title,
|
||||
.error-page-title {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.page:hover{
|
||||
border: 1px solid #727cf5;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.page.active,
|
||||
.page.active:hover {
|
||||
border: 1px solid #727cf5;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.quote-estimate-form .custom-checkbox {
|
||||
padding-top: .45rem;
|
||||
padding-bottom: .45rem;
|
||||
}
|
||||
|
||||
.has-error {
|
||||
border: 1px solid #dc3545;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user