update
This commit is contained in:
76
fusion_api/static/src/scss/fusion_api.scss
Normal file
76
fusion_api/static/src/scss/fusion_api.scss
Normal file
@@ -0,0 +1,76 @@
|
||||
.o_fusion_api_dashboard {
|
||||
background-color: var(--o-view-background-color);
|
||||
min-height: 100%;
|
||||
|
||||
.o_fusion_api_header {
|
||||
h2 {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.o_fusion_stat_card {
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
&:hover {
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.card-body h2 {
|
||||
font-weight: 700;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
.o_fusion_icon_circle {
|
||||
width: 2.75rem;
|
||||
height: 2.75rem;
|
||||
min-width: 2.75rem;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 0.5rem;
|
||||
|
||||
.card-header {
|
||||
padding: 1rem 1.25rem 0.5rem;
|
||||
|
||||
h5 {
|
||||
font-weight: 600;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
th {
|
||||
font-weight: 600;
|
||||
font-size: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.03em;
|
||||
opacity: 0.65;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: middle;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
border-radius: 0.5rem;
|
||||
border-left-width: 4px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 500;
|
||||
padding: 0.35em 0.6em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user