1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-25 23:03:14 +00:00

feat(base-divider): update color

This commit is contained in:
Julien 2018-09-09 22:49:49 +02:00
parent 457b7faf17
commit f3f9b8e411

View File

@ -46,7 +46,10 @@ $c: ".c-base-divider";
#{$c}__line {
flex: 1;
color: #313d4f;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #313d4f;
}
}
</style>