-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
14 changed files
with
81 additions
and
47 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
ngb-datepicker-navigation-select > .custom-select { | ||
font-size: 1rem !important; | ||
} | ||
|
||
$datepicker-cell-size: 2.5rem; | ||
.ngb-dp-day, | ||
.ngb-dp-week-number, | ||
.ngb-dp-weekday { | ||
width: $datepicker-cell-size !important; | ||
height: $datepicker-cell-size !important; | ||
} | ||
|
||
[ngbDatepickerDayView] { | ||
width: $datepicker-cell-size !important; | ||
height: $datepicker-cell-size !important; | ||
line-height: $datepicker-cell-size !important; | ||
} | ||
|
||
.ngb-dp-months { | ||
padding: (0.5 * $spacer) (2 * $spacer); | ||
background: $gray-100; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.form-check-label { | ||
margin-left: $spacer; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.material-icons { | ||
font-size: 2.2rem; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** | ||
* Here are the font sizes as present in the Evento application, | ||
* where this app will be embedded in. We use the same – rather obscure – | ||
* setup to match this production environment. We also set bootstrap's | ||
* `$font-size-base` to 1.5rem for the calculations to be correct. | ||
*/ | ||
html#erz-absenzenmanagement-dev { | ||
font-size: 11px; | ||
} | ||
#erz-absenzenmanagement-dev body { | ||
font-size: 1.5rem; | ||
} | ||
|
||
/** | ||
* In the Evento application there is a global CSS rule to disable link | ||
* underlines, we apply this for our development environment as well | ||
* to match production. | ||
*/ | ||
#erz-absenzenmanagement-dev { | ||
a, | ||
a:hover, | ||
a:active { | ||
text-decoration: none; | ||
} | ||
} |
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
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
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