StyleKit wip/

This commit is contained in:
Mo Bitar
2018-01-04 21:00:59 -06:00
parent ca40fc6954
commit 3a80d16f4b
9 changed files with 429 additions and 292 deletions

View File

@@ -81,34 +81,34 @@ $screen-md-max: ($screen-lg-min - 1) !default;
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%;
}
}
//
// .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;
// margin-top: 10px;
// box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
// border: none;
// background-color: white;
}
.panel-right {