Feature: 创建项目 & 导航栏动画 & i18n国际化支持
This commit is contained in:
17
src/styles/custom.css
Normal file
17
src/styles/custom.css
Normal file
@ -0,0 +1,17 @@
|
||||
.app-bar-transition {
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
|
||||
}
|
||||
|
||||
.app-bar-pill {
|
||||
border-radius: 50px !important;
|
||||
margin: 16px 16px;
|
||||
width: calc(100% - 32px) !important;
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.app-bar-rect {
|
||||
border-radius: 0 !important;
|
||||
margin: 0;
|
||||
width: 100% !important;
|
||||
transform: translateX(0);
|
||||
}
|
||||
Reference in New Issue
Block a user