2014-04-22 18:11:54 +00:00
|
|
|
.panel {
|
|
|
|
border-width: 2px;
|
|
|
|
border-color: $gray-background;
|
|
|
|
|
|
|
|
.panel-heading {
|
|
|
|
background-color: transparent;
|
|
|
|
border-width: 2px;
|
|
|
|
border-color: $gray-background;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.panel-title {
|
|
|
|
padding: 4px 0px 4px 0px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: $gray-light;
|
|
|
|
color: $gray-darker;
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-note {
|
|
|
|
float: right;
|
|
|
|
font-weight: 600;
|
|
|
|
color: $gray-light;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body {
|
|
|
|
p {
|
|
|
|
font-size: 14px;
|
2014-04-24 19:18:11 +00:00
|
|
|
color: $text-color;
|
|
|
|
}
|
|
|
|
h5 {
|
|
|
|
font-size: 12px;
|
2014-04-22 18:11:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-bar {
|
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2014-04-25 16:45:55 +00:00
|
|
|
&.panel-link {
|
2014-04-25 19:12:21 +00:00
|
|
|
border-bottom-width: 2px;
|
2014-04-25 16:45:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.panel-short {
|
2014-04-25 19:12:21 +00:00
|
|
|
border-bottom-width: 0px;
|
2014-04-25 16:45:55 +00:00
|
|
|
}
|
|
|
|
|
2014-04-23 18:01:42 +00:00
|
|
|
&.panel-link:hover {
|
2014-04-24 17:47:14 +00:00
|
|
|
cursor: pointer;
|
|
|
|
background-color: lighten($gray-background, 8%);
|
2014-04-23 18:01:42 +00:00
|
|
|
}
|
2014-04-22 18:11:54 +00:00
|
|
|
}
|