-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: display timetable in macro mode, add styles for macro container
- Loading branch information
1 parent
9fcc16d
commit aba32b0
Showing
3 changed files
with
46 additions
and
32 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
6 changes: 5 additions & 1 deletion
6
front/src/styles/scss/applications/operationalStudies/_nge.scss
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
.nge-iframe-container { | ||
width: 100%; | ||
height: 100%; | ||
border: 1px solid pink; | ||
border-radius: 10px; | ||
box-shadow: | ||
-4px 0 8px var(--coolgray1), | ||
4px 0 8px var(--coolgray1), | ||
0 2px 8px var(--coolgray13); | ||
} |
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