Commit 436fcaf8 authored by ntepluhina's avatar ntepluhina

Fixed list styles for notes

parent 11a40cc8
...@@ -33,10 +33,6 @@ ...@@ -33,10 +33,6 @@
min-width: 400px; min-width: 400px;
flex-basis: 28%; flex-basis: 28%;
li {
list-style: none;
}
.badge.badge-pill { .badge.badge-pill {
margin-left: $gl-padding; margin-left: $gl-padding;
background-color: $blue-400; background-color: $blue-400;
...@@ -61,6 +57,7 @@ ...@@ -61,6 +57,7 @@
.design-note { .design-note {
padding: $gl-padding; padding: $gl-padding;
list-style: none;
a { a {
color: inherit; color: inherit;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment