summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-07-06 20:18:17 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-07-06 20:18:17 +0000
commitbc5a92061d8de3ac181f17be6cd633b3a18f38a7 (patch)
tree5945897b9fee66ec6519b7c5c2f458071822f5a6 /app/assets/stylesheets/framework/mixins.scss
parente0c0ce28ea786a23d15eee95d56560079b0c6dfe (diff)
downloadgitlab-ce-bc5a92061d8de3ac181f17be6cd633b3a18f38a7.tar.gz
Redesign for mr widget info and pipelines section
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 0b645eb811b..76ebfc22ef7 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -232,3 +232,10 @@
word-break: break-word;
max-width: 100%;
}
+
+@mixin borderless-status-icon($color) {
+ svg {
+ border: 1px solid $color;
+ border-radius: 50%;
+ }
+}