LT-342: Audit Log :: style (border issue)
This commit is contained in:
parent
a8f1b3b9d7
commit
7501c6d51d
@ -3,15 +3,21 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.hipaaAuditItem {
|
.hipaaAuditItem {
|
||||||
// There's a CSS rule on ohif-user-management that's changing the .hipaaAuditItem border style
|
border: none;
|
||||||
border: none !important;
|
|
||||||
|
|
||||||
background-color: black;
|
background-color: black;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-top: 5px;
|
padding: 10px;
|
||||||
padding-left: 10px;
|
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
border-top: 1px solid #436270;
|
|
||||||
|
// There's a CSS rule on ohif-user-management that's changing the .hipaaAuditItem border style (w/ !important)
|
||||||
|
&:first-child {
|
||||||
|
border-top: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
border-top: 1px solid #436270;
|
||||||
|
}
|
||||||
|
|
||||||
border-bottom: 1px solid #436270;
|
border-bottom: 1px solid #436270;
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user