We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14a55c commit f62e063Copy full SHA for f62e063
src/styles/Extn-UserProfile.less
@@ -79,11 +79,13 @@
79
background-color: @bc-input-bg;
80
border-radius: 4px;
81
overflow: hidden;
82
+ border: 1px solid @bc-btn-border;
83
+ box-sizing: border-box;
84
85
.progress-fill {
86
height: 100%;
87
background-color: @bc-primary-btn-bg;
- border-radius: 4px;
88
+ border-radius: 3px;
89
}
90
91
@@ -179,6 +181,7 @@
179
181
180
182
.progress-bar {
183
background-color: @dark-bc-input-bg;
184
+ border-color: @dark-bc-btn-border;
185
186
187
background-color: @dark-bc-primary-btn-bg;
0 commit comments