-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add color to Content Management/Courses Name, Discription, Duration * refactor function for set value in course in Management/Courses * add list of vms and scenario in course in Management/Courses * add edit color of vms in course in Management/Courses * add edit color of scenario in course in Management/Courses * fix: when empty vms then not start wizard of scenario in course in Management/Courses --------- Co-authored-by: Maksym Veres <[email protected]>
- Loading branch information
Showing
3 changed files
with
195 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.del-elem { | ||
color:red; | ||
font-weight: bold; | ||
} | ||
|
||
.arrow-after::after { | ||
color:black; | ||
content: ' \1F862 '; | ||
vertical-align: middle; | ||
} | ||
|
||
.add-elem { | ||
color:green; | ||
font-weight: bold; | ||
} |
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