feat(style): add fonts.

This commit is contained in:
elforjani3
2021-04-12 20:04:34 +02:00
parent 32c4fdc0bd
commit bebdd4303f
13 changed files with 95 additions and 16 deletions

View File

@@ -33,6 +33,8 @@
// Views
@import 'views/filter-dropdown';
// fonts
@import 'pages/fonts';
.App {
min-width: 960px;
@@ -40,11 +42,11 @@
// =======
body.hide-scrollbar .Pane2{
body.hide-scrollbar .Pane2 {
overflow: hidden;
}
.bp3-fill{
.bp3-fill {
.bp3-popover-wrapper,
.bp3-popover-target {
display: block;
@@ -82,25 +84,22 @@ body.hide-scrollbar .Pane2{
max-width: 300px;
}
.bp3-timezone-picker{
.bp3-button{
[icon="caret-down"] {
.bp3-timezone-picker {
.bp3-button {
[icon='caret-down'] {
display: none;
}
}
}
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter {
background-color: #0066ff;
}
.bp3-overlay-backdrop{
background-color: rgba(0,10,30, .7);
.bp3-overlay-backdrop {
background-color: rgba(0, 10, 30, 0.7);
}
.ReactVirtualized__Collection {
}
@@ -176,4 +175,4 @@ body.hide-scrollbar .Pane2{
/* List default theme */
.ReactVirtualized__List {
}
}