Skip to content
Snippets Groups Projects
Commit d74c4511 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding list label and flex modifier

parent 060768d4
No related branches found
No related tags found
No related merge requests found
.list {
&--flex {
display: flex;
}
&__label {
padding: 10px;
margin-right: 20px;
color: $color--white;
background: $color--light-blue;
}
}
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
@import 'components/icon'; @import 'components/icon';
@import 'components/input'; @import 'components/input';
@import 'components/link'; @import 'components/link';
@import 'components/list';
@import 'components/nav'; @import 'components/nav';
@import 'components/responsive-object'; @import 'components/responsive-object';
@import 'components/rich-text'; @import 'components/rich-text';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment