fixed conflic app.css

This commit is contained in:
Aung Myo
2017-10-13 15:58:06 +06:30
11 changed files with 167 additions and 8 deletions

View File

@@ -7445,6 +7445,22 @@ fieldset[disabled] .form-control {
margin-right: 7px;
margin-top: 2px;
font-size: 20px; }
.dropdown-menu > li > span > div.switch {
padding: 7px 18px;
color: #666;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size: 14px;
line-height: 25px; }
.dropdown-menu > li > span > div.switch:hover {
background-color: rgba(0, 0, 0, 0.075); }
.dropdown-menu > li > span > div.switch i.material-icons {
float: left;
margin-right: 7px;
margin-top: 2px;
font-size: 20px; }
.dropdown-animated {
-webkit-animation-duration: .3s !important;

View File

@@ -51,6 +51,10 @@
margin-top: 0px !important;
}
.switch label {
color: #070707 !important;
}
.ls-closed .bars:after, .ls-closed .bars:before {
position: absolute;
top: 8px;
@@ -138,6 +142,11 @@ section.content {
.list-group-item{
padding:0.75rem 1rem;
}
.btn:not(.btn-link):not(.btn-circle) span {
position: relative;
top: 0px;
margin-left: 0px;
}
/* End Reset Theme */
/* *************************************************** */