added default list views for myportal linked cases
This commit is contained in:
@@ -209,3 +209,64 @@ html[data-useragent*="MSIE 10.0"] .flex-container {
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.card-body {
|
||||
width: 93%;
|
||||
}
|
||||
|
||||
div.cardModuleItem:last-of-type {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.cardModuleItem {
|
||||
display: flex;
|
||||
padding: 10px 10px 10px 0;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
|
||||
.cardModuleDetails {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.cardModuleReference a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cardModuleRemoveCase {
|
||||
border: 1px solid $red;
|
||||
padding: 5px;
|
||||
height: 20px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
border-radius: 5px;
|
||||
width: auto;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
background-color: $red;
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $lightred;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: #ffdd00;
|
||||
outline: 3px solid transparent;
|
||||
-webkit-box-shadow: inset 0 0 0 1px #ffdd00;
|
||||
box-shadow: inset 0 0 0 1px #ffdd00;
|
||||
}
|
||||
|
||||
&:focus:not(:active):not(:hover) {
|
||||
border-color: #ffdd00;
|
||||
color: #0b0c0c;
|
||||
background-color: #ffdd00;
|
||||
-webkit-box-shadow: 0 2px 0 #0b0c0c;
|
||||
box-shadow: 0 2px 0 #0b0c0c;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user