添加项目文件。
This commit is contained in:
41
TightWiki/wwwroot/lib/bootstrap/dist/css/cosmo/_bootswatch.scss
vendored
Normal file
41
TightWiki/wwwroot/lib/bootstrap/dist/css/cosmo/_bootswatch.scss
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
// Cosmo 5.3.3
|
||||
// Bootswatch
|
||||
|
||||
|
||||
// Variables
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap" !default;
|
||||
@if $web-font-path {
|
||||
@import url("#{$web-font-path}");
|
||||
}
|
||||
|
||||
// Typography
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
// Forms
|
||||
|
||||
.form-range::-moz-range-thumb {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
// Indicators
|
||||
|
||||
.badge {
|
||||
&.bg-light {
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
// Progress bars
|
||||
|
||||
.progress {
|
||||
@include box-shadow(none);
|
||||
|
||||
.progress-bar {
|
||||
font-size: 8px;
|
||||
line-height: 8px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user