diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2017-11-07 18:33:58 +0100 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2017-11-07 18:33:58 +0100 |
commit | 28fcf777c84ed5204719247fc5d7499de9305986 (patch) | |
tree | ee28e49bb2448eb52b7aac656aabc52141f8c932 /app | |
parent | bb112f0fe3eed7a2200e30ab766c67c57e0461d6 (diff) | |
download | gitlab-ce-28fcf777c84ed5204719247fc5d7499de9305986.tar.gz |
Addresses frontend comments.37824-many-branches-lock-server
Make small improvements over well.css files
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/wells.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss index e4703db773d..d3c116920ce 100644 --- a/app/assets/stylesheets/framework/wells.scss +++ b/app/assets/stylesheets/framework/wells.scss @@ -73,26 +73,26 @@ display: inline-flex; align-items: center; padding: 1px; - background: $blue-100; + background-color: $blue-100; border-radius: $border-radius-default; text-align: center; &:hover { - background: $blue-200; + background-color: $blue-200; } .limit-icon { - width: 15%; + width: 20px; } .limit-message { + @include str-truncated(100%); flex: 1; - height: 16px; + line-height: 16px; margin-right: 2px; - background: $white-light; + background-color: $white-light; border-top-right-radius: $border-radius-default; border-bottom-right-radius: $border-radius-default; - font-family: $regular_font; font-size: 12px; } } |