|
@@ -19,6 +19,7 @@ summary {
|
|
|
/* MIX */
|
|
|
body {
|
|
|
margin: 0 0;
|
|
|
+ padding-bottom: 0!important;
|
|
|
font-family: @font-primary;
|
|
|
font-size: 17px;
|
|
|
line-height: 27px;
|
|
@@ -44,6 +45,10 @@ strong {
|
|
|
padding-left: 0;
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
+.padding-top-bottom-25 {
|
|
|
+ padding-top: 25px;
|
|
|
+ padding-bottom: 25px;
|
|
|
+}
|
|
|
.padding-bottom-25 {
|
|
|
padding-bottom: 25px;
|
|
|
}
|
|
@@ -67,6 +72,9 @@ strong {
|
|
|
.text-grey {
|
|
|
color: @brand-text-light;
|
|
|
}
|
|
|
+.bg-white {
|
|
|
+ background-color: @brand-white!important;
|
|
|
+}
|
|
|
|
|
|
.btn {
|
|
|
padding-top: 10px;
|
|
@@ -80,12 +88,40 @@ strong {
|
|
|
.border-bottom-grey {
|
|
|
border-bottom: 2px solid @brand-grey;
|
|
|
}
|
|
|
+ul.breadcrumb {
|
|
|
+ background-color: @brand-white;
|
|
|
+ li {
|
|
|
+ a {
|
|
|
+ color: @brand-dark;
|
|
|
+ font-weight: 700;
|
|
|
+
|
|
|
+ &:first-child:before {
|
|
|
+ padding-right: 5px;
|
|
|
+ content: "|";
|
|
|
+ color: @brand-primary;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* menu hamburger*/
|
|
|
+#hamburger-menu {
|
|
|
+ float: right;
|
|
|
+
|
|
|
+ .hamburger-menu-line {
|
|
|
+ width: 35px;
|
|
|
+ height: 3px;
|
|
|
+ background-color: @brand-dark;
|
|
|
+ margin: 6px 0;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
/** Bootstrap */
|
|
|
.btn:focus,.btn:active {
|
|
|
outline: none !important;
|
|
|
}
|
|
|
-.btn-primary {
|
|
|
+/*.btn-primary {
|
|
|
color: @brand-text;
|
|
|
background-color: @brand-grey;
|
|
|
border-color: @brand-grey;
|
|
@@ -153,7 +189,12 @@ strong {
|
|
|
background-color: @brand-secondary;
|
|
|
border-color: @brand-secondary;
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
+/* Select option */
|
|
|
+.form-control {
|
|
|
+ height: 43px;
|
|
|
+}
|
|
|
.col-centered {
|
|
|
margin: 0 auto;
|
|
|
float: none;
|
|
@@ -223,14 +264,13 @@ strong {
|
|
|
/** Menu */
|
|
|
#smad-menu-section {
|
|
|
|
|
|
-
|
|
|
.smad-heder-title {
|
|
|
color: @brand-text;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
|
|
|
.menu-items {
|
|
|
- padding-top: 35px;
|
|
|
+ padding-top: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
|
|
|
.menu-item {
|
|
@@ -241,7 +281,7 @@ strong {
|
|
|
display: inline-block;
|
|
|
|
|
|
li {
|
|
|
- padding: 0 10px;
|
|
|
+ padding: 0 7px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
}
|
|
@@ -323,7 +363,6 @@ strong {
|
|
|
|
|
|
/** Footer */
|
|
|
footer {
|
|
|
- position: fixed;
|
|
|
height: 75px;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
@@ -369,7 +408,7 @@ footer {
|
|
|
/**
|
|
|
* Employees
|
|
|
*/
|
|
|
-#smad-employees-section {
|
|
|
+#smad-employees-sectionn, #smad-reaport-section {
|
|
|
/*Form Wizard*/
|
|
|
.smad-wizard {
|
|
|
margin-top: 0px;
|
|
@@ -516,9 +555,11 @@ footer {
|
|
|
}
|
|
|
|
|
|
/** form list employes */
|
|
|
- .smad-employees-list-head {
|
|
|
+ .smad-employees-list-head, .smad-form-list-head {
|
|
|
padding: 15px 0px;
|
|
|
background-color: @brand-grey-light;
|
|
|
+ display: fix;
|
|
|
+
|
|
|
.title {
|
|
|
|
|
|
}
|
|
@@ -548,7 +589,8 @@ footer {
|
|
|
}
|
|
|
|
|
|
.smad-employees-bottom-navigation {
|
|
|
- padding: 30px 0;
|
|
|
+ padding-top: 30px;
|
|
|
+ padding-bottom: 30px;
|
|
|
}
|
|
|
}
|
|
|
|