You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
361 B
17 lines
361 B
/* You can add global styles to this file, and also import other style files */
|
|
@import '../node_modules/bootstrap/scss/bootstrap';
|
|
|
|
// 自定义 navBar 背景色
|
|
.bg-light {
|
|
background-color: rgb(141, 198, 248) !important;
|
|
}
|
|
|
|
// navBar 第一栏字体放大
|
|
.nav-text-lg {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
// 按钮圆角
|
|
.btn-border {
|
|
border-radius: 1rem;
|
|
} |