Mise à jour de feuilles de style
This commit is contained in:
@@ -100,6 +100,9 @@ a.accent:hover {
|
|||||||
.shadow-none {
|
.shadow-none {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
.pointer {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.font-monospace.fw-lighter,
|
.font-monospace.fw-lighter,
|
||||||
.font-monospace .fw-lighter {
|
.font-monospace .fw-lighter {
|
||||||
font-weight: 200 !important;
|
font-weight: 200 !important;
|
||||||
@@ -123,6 +126,23 @@ huapp-full-layout .mdc-text-field--filled .mdc-floating-label {
|
|||||||
line-height: 0.87;
|
line-height: 0.87;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.badge .mat-icon {
|
||||||
|
width: 0.76rem;
|
||||||
|
height: 0.76rem;
|
||||||
|
font-size: 0.76rem;
|
||||||
|
}
|
||||||
|
/* Chrome, Safari, Edge, Opera */
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button {
|
||||||
|
appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
/* Firefox */
|
||||||
|
input[type=number] {
|
||||||
|
appearance: textfield;
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* Definitions *
|
* Definitions *
|
||||||
@@ -347,3 +367,6 @@ dl.dl-horizontal {
|
|||||||
.bg-crystal .mdc-text-field--filled:not(.mdc-text-field--disabled) {
|
.bg-crystal .mdc-text-field--filled:not(.mdc-text-field--disabled) {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
.bg-dark-transparent {
|
||||||
|
background-color: $dark-transparent !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ File: scss
|
|||||||
@import "bootstrap/scss/helpers";
|
@import "bootstrap/scss/helpers";
|
||||||
@import "bootstrap/scss/utilities/api";
|
@import "bootstrap/scss/utilities/api";
|
||||||
//@import "bootstrap/scss/tables";
|
//@import "bootstrap/scss/tables";
|
||||||
|
@import "bootstrap/scss/badge";
|
||||||
@import "bootstrap/scss/type";
|
@import "bootstrap/scss/type";
|
||||||
@import "bootstrap/scss/pagination";
|
@import "bootstrap/scss/pagination";
|
||||||
@import "bootstrap/scss/alert";
|
@import "bootstrap/scss/alert";
|
||||||
|
|||||||
@@ -73,14 +73,14 @@ caption {
|
|||||||
.table.table-dark>tfoot>tr>th,
|
.table.table-dark>tfoot>tr>th,
|
||||||
.table.table-dark>thead>tr>td,
|
.table.table-dark>thead>tr>td,
|
||||||
.table.table-dark>thead>tr>th {
|
.table.table-dark>thead>tr>th {
|
||||||
border-top:1px solid rgb(221, 221, 221, 0.3);
|
border-top:1px solid rgba(221, 221, 221, 0.3);
|
||||||
}
|
}
|
||||||
.table.table-dark>thead>tr>th {
|
.table.table-dark>thead>tr>th {
|
||||||
border-bottom:2px solid rgb(221, 221, 221, 0.3);
|
border-bottom:2px solid rgba(221, 221, 221, 0.3);
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
.table.table-dark>tfoot>tr>th {
|
.table.table-dark>tfoot>tr>th {
|
||||||
border-top:2px solid rgb(221, 221, 221, 0.3);
|
border-top:2px solid rgba(221, 221, 221, 0.3);
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -136,6 +136,7 @@ tr.mat-mdc-header-row.warn,
|
|||||||
background-color: rgba(151, 136, 199, 0.3);
|
background-color: rgba(151, 136, 199, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tr.mat-mdc-header-row.accent,
|
tr.mat-mdc-header-row.accent,
|
||||||
.table.table-dark>thead>tr.accent {
|
.table.table-dark>thead>tr.accent {
|
||||||
background-color: rgba(205, 186, 152, 0.1); // #cdba98
|
background-color: rgba(205, 186, 152, 0.1); // #cdba98
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ $bodyfont: 'Barlow', "Helvetica Neue", sans-serif;
|
|||||||
$headingfont: 'Barlow', "Helvetica Neue", sans-serif;
|
$headingfont: 'Barlow', "Helvetica Neue", sans-serif;
|
||||||
$font-family-monospace: 'Inconsolata', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
$font-family-monospace: 'Inconsolata', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
||||||
$font-size-base: 0.875rem;
|
$font-size-base: 0.875rem;
|
||||||
|
$badge-font-size: .76rem;
|
||||||
|
$badge-font-weight: 600;
|
||||||
|
|
||||||
/* Custom Theme Palettes */
|
/* Custom Theme Palettes */
|
||||||
$md-custom-primary: (
|
$md-custom-primary: (
|
||||||
@@ -137,7 +139,7 @@ $inverse: #292154;
|
|||||||
$empty: #717171;
|
$empty: #717171;
|
||||||
$muted: #aaaaaa;
|
$muted: #aaaaaa;
|
||||||
$extra-muted: #c4c4c4;
|
$extra-muted: #c4c4c4;
|
||||||
$dark: #263238;
|
$dark: #505050; //#242424;
|
||||||
$light: #ebf5ef;
|
$light: #ebf5ef;
|
||||||
$extra-light: #f2f4f8;
|
$extra-light: #f2f4f8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user