2016-03-25 13:38:40 +00:00
|
|
|
.panel-icon
|
|
|
|
+fa(14px, 16px)
|
|
|
|
color: $text-light
|
|
|
|
float: left
|
|
|
|
margin: 0 4px 0 -2px
|
|
|
|
.fa
|
|
|
|
font-size: inherit
|
|
|
|
line-height: inherit
|
|
|
|
|
|
|
|
.panel-heading
|
2016-06-29 22:59:48 +00:00
|
|
|
background-color: $background
|
2016-03-25 13:38:40 +00:00
|
|
|
border-bottom: 1px solid $border
|
|
|
|
border-radius: 4px 4px 0 0
|
|
|
|
color: $text-strong
|
|
|
|
font-size: $size-medium
|
|
|
|
font-weight: 300
|
|
|
|
padding: 10px
|
|
|
|
|
|
|
|
.panel-list
|
|
|
|
a
|
|
|
|
color: $text
|
|
|
|
&:hover
|
|
|
|
color: $link
|
|
|
|
|
|
|
|
.panel-tabs
|
|
|
|
display: flex
|
|
|
|
font-size: $size-small
|
|
|
|
padding: 5px 10px 0
|
|
|
|
justify-content: center
|
|
|
|
a
|
|
|
|
border-bottom: 1px solid $border
|
|
|
|
margin-bottom: -1px
|
|
|
|
padding: 5px
|
2016-04-10 15:27:27 +00:00
|
|
|
// Modifiers
|
2016-03-25 13:38:40 +00:00
|
|
|
&.is-active
|
|
|
|
border-bottom-color: $link-active-border
|
|
|
|
color: $link-active
|
2016-04-10 15:27:27 +00:00
|
|
|
&:not(:last-child)
|
|
|
|
border-bottom: 1px solid $border
|
2016-03-25 13:38:40 +00:00
|
|
|
|
|
|
|
.panel-block
|
|
|
|
color: $text-strong
|
|
|
|
display: block
|
|
|
|
line-height: 16px
|
|
|
|
padding: 10px
|
|
|
|
&:not(:last-child)
|
|
|
|
border-bottom: 1px solid $border
|
|
|
|
|
2016-05-05 20:54:32 +00:00
|
|
|
a.panel-block
|
|
|
|
&:hover
|
2016-06-29 22:59:48 +00:00
|
|
|
background-color: $background
|
2016-05-05 20:54:32 +00:00
|
|
|
|
2016-03-25 13:38:40 +00:00
|
|
|
.panel
|
|
|
|
border: 1px solid $border
|
2016-06-29 22:25:27 +00:00
|
|
|
border-radius: $radius-large
|
2016-03-25 13:38:40 +00:00
|
|
|
&:not(:last-child)
|
|
|
|
margin-bottom: 20px
|