-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #92-label-deployment-frequency-overview * Feature #92: Added translation * feature #92 added tests * Feature #92 - test adjustment * Feature #92 added translation to the tests * Feature #92 fixed tests * Constantinopolis: Ignored tests for i18n * Adjusted look and feel for the overview * feature/#nn graphic update: resolved conflicts * feature/#nn graphic update: prettier cleanup * feature/#nn graphic update: prettier cleanup * feature/#nn graphic update: map change * feature/#nn graphic update: removed a comment
- Loading branch information
Showing
6 changed files
with
44 additions
and
13 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
20 changes: 17 additions & 3 deletions
20
.../plugins/open-dora/src/components/HighlightTextBoxComponent/HighlightTextBoxComponent.css
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,22 +1,36 @@ | ||
.highlight { | ||
text-align: center; | ||
width: 100%; | ||
font-size: 70px; | ||
font-size: 42px; | ||
} | ||
|
||
.notification { | ||
text-align: right; | ||
font-style: italic; | ||
} | ||
|
||
.warning { | ||
.negative { | ||
color: #ffcc00; | ||
} | ||
|
||
.critical { | ||
color: red; | ||
} | ||
|
||
.positiveHighlight { | ||
.positive { | ||
color: #198754; | ||
} | ||
|
||
.neutral { | ||
color: default; | ||
} | ||
|
||
.highlightTextBoxBorder { | ||
padding: 20px; | ||
border-style: hidden; | ||
background-color: #333333; | ||
} | ||
|
||
.margin-left-offset-m25 { | ||
margin: 0 0 0 -8px; | ||
} |
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