Skip to content

Commit ad4a5be

Browse files
committed
style: 调整变量值
1 parent e5fae72 commit ad4a5be

File tree

1 file changed

+2
-7
lines changed
  • src/BootstrapBlazor.Server/wwwroot/css

1 file changed

+2
-7
lines changed

src/BootstrapBlazor.Server/wwwroot/css/devui.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,20 +165,15 @@ pre code.hljs {
165165
--bb-tabs-item-height: 29px;
166166
--bb-tabs-item-padding: 0 .5rem;
167167
--bb-tabs-body-padding: .5rem;
168+
--bb-tabs-item-close-button-height: 16px;
168169
}
169170

170171
.tabs-chrome > .tabs-header,
171172
.tabs-capsule > .tabs-header {
172-
--bb-tabs-item-body-padding: 4px 10px;
173+
--bb-tabs-item-body-padding: 2px 8px;
173174
--bb-tabs-header-height: 26px;
174175
}
175176

176177
.tabs-chrome {
177178
--bb-tabs-item-wrap-padding-x: 0.5rem;
178179
}
179-
180-
.tabs-chrome > .tabs-header .tabs-item-wrap .tabs-item .tabs-item-body,
181-
.tabs-capsule > .tabs-header .tabs-item-wrap .tabs-item .tabs-item-body {
182-
border-radius: 12px;
183-
padding: 2px 8px;
184-
}

0 commit comments

Comments
 (0)