|
|
|
@@ -89,30 +89,32 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.spt-icon-details { |
|
|
|
.spt-icon-details, |
|
|
|
.spt-icon-edit, |
|
|
|
.spt-icon-remove { |
|
|
|
display: block; |
|
|
|
width: 32px; |
|
|
|
height: 32px; |
|
|
|
background: #2e3a43 url("/assets/images/icons/details.svg") no-repeat center center; |
|
|
|
background-size: 20px auto; |
|
|
|
border-color: #2e3a43; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: 50% 50%; |
|
|
|
&:hover { |
|
|
|
background-color: #6d757c !important; |
|
|
|
border-color: #6d757c !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.spt-icon-details { |
|
|
|
background-image: url("/assets/images/icons/details.svg"); |
|
|
|
} |
|
|
|
|
|
|
|
.spt-icon-edit { |
|
|
|
display: block; |
|
|
|
width: 32px; |
|
|
|
height: 32px; |
|
|
|
background: #2e3a43 url("/assets/images/icons/icon-edit.svg") no-repeat center center; |
|
|
|
background-size: 20px auto; |
|
|
|
border-color: #2e3a43; |
|
|
|
&:hover { |
|
|
|
background-color: #6d757c !important; |
|
|
|
border-color: #6d757c !important; |
|
|
|
} |
|
|
|
background-image: url("/assets/images/icons/icon-edit.svg"); |
|
|
|
} |
|
|
|
|
|
|
|
.spt-icon-remove { |
|
|
|
background-image: url("/assets/images/icons/icon-remove.svg"); |
|
|
|
} |
|
|
|
|
|
|
|
.spt-icon-unassign { |
|
|
|
|