mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-21 23:54:26 +08:00
[Feat] Bump version to 0.1.0-beta && 1st rel
This commit is contained in:
70
src/aura/ui/css/form.css
Normal file
70
src/aura/ui/css/form.css
Normal file
@@ -0,0 +1,70 @@
|
||||
.aura-settings-form {
|
||||
padding: 0.5rem 1.5rem;
|
||||
}
|
||||
|
||||
.aura-settings-category-header {
|
||||
font-size: x-large;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.aura-settings-entry {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.aura-settings-entry.aura-settings-entry-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.aura-settings-entry-info-container {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.aura-settings-entry-title {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.aura-settings-entry-desc {
|
||||
font-size: small;
|
||||
opacity: 0.5;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
.aura-settings-entry-desc.ase-desc-error-hint {
|
||||
color: rgba(230, 0, 0);
|
||||
opacity: 0.875;
|
||||
}
|
||||
|
||||
.aura-settings-entry-operation-area {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.aura-settings-entry-operation-area.ase-operation-area-expanded {
|
||||
flex: 0.75;
|
||||
}
|
||||
|
||||
.aura-settings-entry-operation-area.form-switch {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.aura-settings-hr-horizontal {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1.75rem;
|
||||
border-bottom: 0.75px solid rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.aura-settings-entry-property-icon {
|
||||
margin-left: 0.5rem;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.aura-settings-entry-property-icon.layui-icon-logout {
|
||||
color: rgb(226, 113, 17);
|
||||
}
|
||||
|
||||
.aura-settings-entry-property-icon.layui-icon-refresh {
|
||||
color: rgb(0, 106, 188);
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
:root {
|
||||
/* Bootstrap var overrides */
|
||||
--bs-body-bg: transparent !important;
|
||||
|
||||
--bs-border-color: #00000036 !important;
|
||||
|
||||
--bs-link-color: #383838 !important;
|
||||
--bs-link-hover-color: #5d5d5d !important;
|
||||
|
||||
--bs-emphasis-color: #1a1a1a !important;
|
||||
|
||||
--bs-border-radius: 0.2rem !important;
|
||||
}
|
||||
|
||||
/* Bootstrap Component Styles Overrides */
|
||||
|
||||
button.nav-link {
|
||||
margin: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.nav {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-underline {
|
||||
--bs-nav-underline-link-active-color: #0d6efd !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user