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.
 
 
 
 
pocketcommunityweb/src/styles.scss

20 lines
409 B

/* You can add global styles to this file, and also import other style files */
@import '../node_modules/bootstrap/scss/bootstrap';
body{
background: rgb(80, 138, 202);
}
// 自定义 navBar 背景色
.bg-light-self {
background-color: rgb(141, 198, 248) !important;
}
// navBar 第一栏字体放大
.nav-text-lg {
font-size: 1.5rem;
}
// 按钮圆角
.btn-border {
border-radius: 1rem;
}