parent
0f203b01d3
commit
3106504f39
13 changed files with 234 additions and 36 deletions
29
static/css/directives/ui/global-message-tab.css
Normal file
29
static/css/directives/ui/global-message-tab.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
.global-message-tab-element .message-content p {
|
||||
display: inline-block;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.global-message-tab-element .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.global-message-tab-element .ci-stop {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.global-message-tab-element .fa-exclamation-triangle {
|
||||
color: #E4C212;
|
||||
}
|
||||
|
||||
.global-message-tab-element .fa-info-circle {
|
||||
color: #124fd8;
|
||||
}
|
||||
|
||||
.global-message-tab-element label {
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.global-message-tab-element label:first-child {
|
||||
margin-top: 4px;
|
||||
}
|
34
static/css/directives/ui/quay-message-bar.css
Normal file
34
static/css/directives/ui/quay-message-bar.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
.quay-message-bar-element .markdown-view p {
|
||||
margin: 0px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.quay-message-bar-element .quay-service-status-description.warning {
|
||||
background: #FFFBF0;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.quay-message-bar-element .quay-service-status-description.warning:before {
|
||||
font-family: FontAwesome;
|
||||
content: "\f071";
|
||||
font-size: 22px;
|
||||
color: #E4C212;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.quay-message-bar-element .quay-service-status-description.error {
|
||||
background: #FFF0F0;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.quay-message-bar-element .quay-service-status-description.error:before {
|
||||
font-family: core-icons;
|
||||
content: "\f109";
|
||||
font-size: 22px;
|
||||
color: red;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
Reference in a new issue