add mm and ui reset
This commit is contained in:
@@ -78,7 +78,7 @@ function activateNotificationAndTasksScroll() {
|
||||
}
|
||||
|
||||
//Google Analiytics ======================================================================================
|
||||
addLoadEvent(loadTracking);
|
||||
// addLoadEvent(loadTracking);
|
||||
var trackingId = 'UA-30038099-6';
|
||||
|
||||
function addLoadEvent(func) {
|
||||
|
||||
@@ -62,6 +62,7 @@ $(document).on('turbolinks:load', function() {
|
||||
|
||||
|
||||
$(function(){
|
||||
$('body').bootstrapMaterialDesign();
|
||||
var height = ($(window).height() - ($('.legal').outerHeight() + $('.user-info').outerHeight() + $('.navbar').innerHeight()));
|
||||
|
||||
$('#custom-slimscroll').slimScroll({
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
@@ -135,6 +139,12 @@ section.content {
|
||||
font-size:0.87rem;
|
||||
}
|
||||
|
||||
.btn:not(.btn-link):not(.btn-circle) span {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
/* End Reset Theme */
|
||||
/* *************************************************** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user