NIHVIVO-1860: Added markup and styles for vivo-basic alert when theme is active
This commit is contained in:
parent
b4b6d8d943
commit
f1072bc596
3 changed files with 41 additions and 0 deletions
|
@ -826,4 +826,24 @@ margin-bottom:250px;
|
|||
/* This css rules will override the one in individual.css */
|
||||
.green {
|
||||
color:#000 !important;
|
||||
}
|
||||
|
||||
/* styles for vivo-basic deprecated alert */
|
||||
#deprecated {
|
||||
border: 3px solid #edc113;
|
||||
background-color: #F8F8C8;
|
||||
color: #000;
|
||||
margin-bottom: 1em;
|
||||
text-align: left;
|
||||
font-size: 1.1em;
|
||||
padding: 20px 20px 0 20px;
|
||||
width: 86%;
|
||||
|
||||
}
|
||||
#deprecated p {
|
||||
margin-top: 1.1em;
|
||||
text-align: left;
|
||||
}
|
||||
#deprecated h1 {
|
||||
font-size: 1.4em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue