Menus wip

This commit is contained in:
Mo Bitar
2018-01-05 19:35:02 -06:00
parent a01067220c
commit aabdb73c77
11 changed files with 278 additions and 430 deletions

View File

@@ -56,105 +56,3 @@ $screen-md-max: ($screen-lg-min - 1) !default;
@content;
}
}
* {
box-sizing: border-box;
}
*:focus {outline:0;}
.float-group {
height: 15px;
&.h10 {
height: 10px;
}
&.h20 {
height: 20px;
}
&.h30 {
height: 30px;
}
clear: both;
}
button:focus {outline:0;}
//
// .button-group {
// clear: both;
// height: 36px;
// }
//
// .ui-button {
// background-color: $blue-color;
// border: 0;
// color: white;
// font-weight: bold;
// min-height: 36px;
// font-size: 14px;
//
// &.block {
// width: 100%;
// }
// }
.panel {
position: absolute;
right: 0px;
min-width: 300px;
z-index: 1000;
// margin-top: 10px;
// box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
// border: none;
// background-color: white;
}
.panel-right {
left: 0px;
}
.panel-body {
padding: 15px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.checkbox {
font-size: 14px;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
input {
margin-left: 0px;
}
}