Skip to content
Snippets Groups Projects
Commit 8615e785 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch '36134_confi_touch_up' into 'master'

Use border radius scss vars

See merge request !13360
parents 6990c48b fd84e9f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
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