Commit 28fcf777 authored by Mayra Cabrera's avatar Mayra Cabrera

Addresses frontend comments.

Make small improvements over well.css files
parent bb112f0f
...@@ -73,26 +73,26 @@ ...@@ -73,26 +73,26 @@
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
padding: 1px; padding: 1px;
background: $blue-100; background-color: $blue-100;
border-radius: $border-radius-default; border-radius: $border-radius-default;
text-align: center; text-align: center;
&:hover { &:hover {
background: $blue-200; background-color: $blue-200;
} }
.limit-icon { .limit-icon {
width: 15%; width: 20px;
} }
.limit-message { .limit-message {
@include str-truncated(100%);
flex: 1; flex: 1;
height: 16px; line-height: 16px;
margin-right: 2px; margin-right: 2px;
background: $white-light; background-color: $white-light;
border-top-right-radius: $border-radius-default; border-top-right-radius: $border-radius-default;
border-bottom-right-radius: $border-radius-default; border-bottom-right-radius: $border-radius-default;
font-family: $regular_font;
font-size: 12px; font-size: 12px;
} }
} }
......
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