Initial Working Copy

This commit is contained in:
bkroberts 2020-02-28 19:15:20 +10:30
commit 0731843a82
357 changed files with 120880 additions and 0 deletions

View file

@ -0,0 +1,30 @@
.panel {
border: 0;
border-bottom: 1px solid $medium-gray;
box-shadow: none;
}
.panel-default > .panel-heading {
background-color: $white-color;
border-color: $white-color;
}
.panel-group .panel{
border-radius: 0;
}
.panel-title{
font-size: $font-size-h5;
}
.panel-title a:hover, .panel-title a:focus{
text-decoration: none;
}
.gsdk-collapse{
display: block;
height: 0px;
visibility: visible;
overflow: hidden;
}
.panel-title a:hover, .panel-title a:focus{
color: $default-states-color;
}
.panel-default > .panel-heading + .panel-collapse.gsdk-collapse > .panel-body {
box-shadow: inset 0 7px 10px -7px rgba(0,0,0,0.14);
}