Add border radius to bottom of TVM
parent
bf60c8202a
commit
2371648784
|
@ -55,6 +55,7 @@ $dash-graph-options-arrow: 8px;
|
|||
}
|
||||
|
||||
.template-variable-manager--body {
|
||||
border-radius: 0 0 $radius $radius;
|
||||
min-height: 150px;
|
||||
@include gradient-v($g2-kevlar,$g0-obsidian);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue