add mm and ui reset

This commit is contained in:
Yan
2017-10-13 14:56:04 +06:30
parent 7f5c2d7277
commit ee0463508e
11 changed files with 168 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;