Skip to content
Snippets Groups Projects
Commit bc5592ef authored by KDSBrowne's avatar KDSBrowne
Browse files

update css styles

parent a955a7c0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ $element-width: 17%;
padding: $sm-padding-y;
margin-top: $sm-margin;
margin-bottom: $sm-margin;
color: $color-text;
}
.left,
......@@ -49,7 +50,7 @@ $element-width: 17%;
.stats {
display: flex;
flex-direction: column;
border: $border-size solid $color-text;
border: $border-size solid $color-gray-lighter;
border-radius: $border-size-large;
> div {
......
......@@ -139,4 +139,5 @@ $poll-blue: #1A73D4;
border-radius: $border-radius;
box-shadow: 0 0 0 $border-size $color-gray-lighter;
padding: $sm-padding-y * 1 $sm-padding-x * 0.25;
padding-left: $lg-padding-y;
}
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