- fix styling of Learn Umbraco help list (#3184)

This commit is contained in:
Paul Seal
2018-10-09 09:56:54 +01:00
committed by Sebastiaan Janssen
parent cbc3ca0768
commit bb23e8e200

View File

@@ -156,6 +156,7 @@
margin-bottom: 1px;
border-radius: 0;
border-bottom: 1px solid @gray-9;
padding: 10px;
}
.umb-help-list-item__group-title i {
@@ -186,6 +187,7 @@
.umb-help-list-item__title {
font-size: 14px;
display: block;
margin-left: 26px;
}
.umb-help-list-item__description {
@@ -198,6 +200,7 @@
margin-right: 8px;
color: @gray-4;
font-size: 18px;
float: left;
}
.umb-help-list-item__open-icon {
@@ -212,4 +215,4 @@
[data-element*="tour-"].umb-help-list-item:hover .umb-help-list-item__title {
text-decoration:none;
}
}