Commit a9021f1c authored by Jacob Schatz's avatar Jacob Schatz Committed by Jarka Kadlecova

Merge branch '36134_confi_touch_up' into 'master'

Use border radius scss vars

See merge request !13360
parent b4f1b9ff
......@@ -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;
}
......
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