diff options
| author | Regis <boudinot.regis@yahoo.com> | 2017-08-07 19:38:15 -0600 |
|---|---|---|
| committer | Regis <boudinot.regis@yahoo.com> | 2017-08-07 19:38:15 -0600 |
| commit | fd84e9f0346121afbc07be473259ede7e8a43e68 (patch) | |
| tree | 02e446547240e9a92329dca3fda18116815f6741 | |
| parent | 4490af8cf22416f12c8cf2e00f8b7c293be08167 (diff) | |
| download | gitlab-ce-fd84e9f0346121afbc07be473259ede7e8a43e68.tar.gz | |
use border radisu scss var36134_confi_touch_up
| -rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index b78db402c13..7365f96d041 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -8,13 +8,13 @@ .is-confidential { color: $orange-600; background-color: $orange-50; - border-radius: 3px; + border-radius: $border-radius-default; padding: 5px; margin: 0 3px 0 -4px; } .is-not-confidential { - border-radius: 3px; + border-radius: $border-radius-default; padding: 5px; margin: 0 3px 0 -4px; } |
