This commit is contained in:
Jeremy Thomas 2017-04-15 14:56:14 +01:00
parent 59d525beaf
commit 656c7faedd
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
/*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.4.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround { @keyframes spinAround {
from { from {
@ -7260,6 +7261,7 @@ html.route-index #carbon {
display: block; display: block;
line-height: 1.375; line-height: 1.375;
margin-top: 15px; margin-top: 15px;
min-height: 70px;
padding: 15px; padding: 15px;
padding-left: 70px; padding-left: 70px;
position: relative; position: relative;
@ -7294,9 +7296,18 @@ html.route-index #carbon {
#_default_ > a .default-title { #_default_ > a .default-title {
color: #363636; color: #363636;
display: inline;
font-weight: 700; font-weight: 700;
} }
#_default_ > a .default-title:after {
content: " — ";
}
#_default_ > a .default-description {
display: inline;
}
@media screen and (min-width: 769px), print { @media screen and (min-width: 769px), print {
.bsa .columns { .bsa .columns {
min-height: 120px; min-height: 120px;

View File

@ -23,6 +23,7 @@
display: block display: block
line-height: 1.375 line-height: 1.375
margin-top: 15px margin-top: 15px
min-height: 70px
padding: 15px padding: 15px
padding-left: 70px padding-left: 70px
position: relative position: relative
@ -46,7 +47,12 @@
width: 40px width: 40px
.default-title .default-title
color: $text-strong color: $text-strong
display: inline
font-weight: $weight-bold font-weight: $weight-bold
&:after
content: ""
.default-description
display: inline
+tablet +tablet
.bsa .bsa