forked from hhyo/Archery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove sbadmin
- Loading branch information
Yc Chen
committed
Feb 5, 2024
1 parent
37dfc32
commit 3be690f
Showing
8 changed files
with
11,896 additions
and
922 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,134 +1,218 @@ | ||
html { | ||
font-size: 1rem; | ||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
} | ||
|
||
body { | ||
font-family: Candara, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | ||
font-family: Candara, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | ||
font-size: 1rem; | ||
} | ||
|
||
a { | ||
color: #222; | ||
color: #222; | ||
} | ||
|
||
.fa { | ||
color: #666; | ||
color: #666; | ||
} | ||
|
||
.fa.fa-5x { | ||
color: white; | ||
color: white; | ||
} | ||
|
||
.fa.fa-fw { | ||
margin-right: 10px; | ||
margin-right: 10px; | ||
} | ||
|
||
a:hover { | ||
color: #555555; | ||
} | ||
.navbar-brand strong { | ||
font-size: 26px; | ||
font-family: Candara Light, serif; | ||
margin-left: 4px; | ||
letter-spacing: 2px; | ||
} | ||
.navbar-brand > img { | ||
height: 50px; | ||
color: #555555; | ||
} | ||
|
||
.user-bottom-div { | ||
display: block; | ||
text-align: center; | ||
background-color: #ddd; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
height: 50px; | ||
line-height: 50px; | ||
} | ||
display: block; | ||
text-align: center; | ||
background-color: #ddd; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
height: 50px; | ||
line-height: 50px; | ||
} | ||
|
||
.lsb-login { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90vh; | ||
margin: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90vh; | ||
margin: 0; | ||
} | ||
|
||
.login-form-wrapper { | ||
background-color: #FFF; | ||
border-radius: 4px; | ||
box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px; | ||
padding: 30px 40px; | ||
border-top: 5px solid #337ab7; | ||
background-color: #FFF; | ||
border-radius: 4px; | ||
box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px; | ||
padding: 30px 40px; | ||
border-top: 5px solid #337ab7; | ||
} | ||
|
||
table { | ||
max-width: none !important; | ||
/*解决 ios 横向滚动失效*/ | ||
} | ||
max-width: none !important; | ||
/*解决 ios 横向滚动失效*/ | ||
font-size: 14px; | ||
color: #0f0f0f !important; | ||
background: white; | ||
} | ||
|
||
table th { | ||
color: grey; | ||
} | ||
|
||
table .glyphicon{ | ||
color: grey; | ||
font-size: 10px; | ||
} | ||
|
||
.user-bottom-div { | ||
display: block; | ||
text-align: center; | ||
background-color: #ddd; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
height: 50px; | ||
line-height: 50px; | ||
} | ||
display: block; | ||
text-align: center; | ||
background-color: #ddd; | ||
position: fixed; | ||
bottom: 0; | ||
width: 100%; | ||
height: 50px; | ||
line-height: 50px; | ||
} | ||
|
||
.lsb-login { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90vh; | ||
margin: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90vh; | ||
margin: 0; | ||
} | ||
|
||
.login-form-wrapper { | ||
background-color: #FFF; | ||
border-radius: 4px; | ||
box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px; | ||
padding: 30px 10px; | ||
border-top: 5px solid #337ab7; | ||
background-color: #FFF; | ||
border-radius: 4px; | ||
box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px; | ||
padding: 30px 10px; | ||
border-top: 5px solid #337ab7; | ||
} | ||
|
||
.login-form { | ||
margin: 20px; | ||
margin: 20px; | ||
} | ||
.sidebar .sidebar-nav.navbar-collapse { | ||
padding-left: 0; | ||
padding-right: 0; | ||
|
||
.fixed-table-container { | ||
border: none; | ||
} | ||
.sidebar .sidebar-search { | ||
padding: 15px; | ||
|
||
h3 { | ||
font-size: 1.75rem; | ||
} | ||
.sidebar ul li a { | ||
border-left: 3px solid transparent; | ||
color: #333; | ||
|
||
.sidebar-brand-text { | ||
font-size: 20px; | ||
} | ||
|
||
.sidebar { | ||
width: 16rem !important | ||
} | ||
|
||
#side-menu { | ||
display: block; | ||
} | ||
|
||
#side-menu li a:hover, #side-menu li a:active, #side-menu li a:focus { | ||
background: transparent; | ||
color: white; | ||
} | ||
|
||
.sidebar ul li a.active { | ||
background-color: #eeeeee; | ||
border-left: 3px solid #337ab7; | ||
color: white; | ||
font-weight: bold; | ||
} | ||
|
||
.sidebar ul li a { | ||
color: rgba(255,255,255,.8); | ||
display: block; | ||
padding: 15px 0; | ||
font-size: 14px; | ||
} | ||
|
||
#side-menu li .fa { | ||
color: whitesmoke; | ||
} | ||
|
||
.sidebar .arrow { | ||
float: right; | ||
margin-top: 3px; | ||
float: right; | ||
margin-top: 3px; | ||
} | ||
|
||
.sidebar .fa.arrow:before { | ||
content: "\f104"; | ||
content: "\f104"; | ||
} | ||
|
||
.sidebar .active > a > .fa.arrow:before { | ||
content: "\f107"; | ||
content: "\f107"; | ||
} | ||
|
||
.sidebar .nav-second-level { | ||
display: block; | ||
} | ||
|
||
.sidebar .nav-second-level li, | ||
.sidebar .nav-third-level li { | ||
border-bottom: none !important; | ||
border-bottom: none !important; | ||
} | ||
|
||
.sidebar .nav-second-level li a { | ||
padding-left: 47px; | ||
font-size: 12px; | ||
padding: 10px 0; | ||
padding-left: 40px; | ||
} | ||
|
||
.sidebar .nav-third-level li a { | ||
padding-left: 52px; | ||
} | ||
@media (min-width: 768px) { | ||
.sidebar { | ||
z-index: 1; | ||
position: absolute; | ||
width: 200px; | ||
margin-top: 51px; | ||
} | ||
.navbar-top-links .dropdown-messages, | ||
.navbar-top-links .dropdown-tasks, | ||
.navbar-top-links .dropdown-alerts { | ||
margin-left: auto; | ||
} | ||
padding-left: 52px; | ||
} | ||
.fixed-table-container { | ||
border: none; | ||
|
||
.collapse{ | ||
display: none !important; | ||
} | ||
|
||
.collapse.in{ | ||
display: block !important; | ||
} | ||
|
||
.container-fluid{ | ||
padding: 0 20px; | ||
} | ||
|
||
.card-header h6{ | ||
font-size: 1rem; | ||
} | ||
|
||
.pull-right.search { | ||
width: 250px; | ||
} | ||
|
||
.pull-right.search input { | ||
border-radius: 3px !important; | ||
} | ||
|
||
.form-group{ | ||
margin-right: 5px; | ||
} | ||
|
||
.pagination-detail{ | ||
font-size: 12px; | ||
color: gray; | ||
} | ||
|
||
.fixed-table-toolbar div{ | ||
margin-top: 0 !important; | ||
} | ||
/*# sourceMappingURL=style.css.map */ | ||
|
||
.dashboard-stat-value{ | ||
font-size: 25px; | ||
} |
Oops, something went wrong.