ohif-viewer/Packages/hipaa-audit-log/components/hipaaCloseButton/hipaaCloseButton.less
2016-11-15 08:29:46 +01:00

16 lines
209 B
Plaintext

.close-btn {
text-align: right;
padding: 5px 5px 0;
margin-right: 10px;
&:before,
&:after {
display: table;
content: " ";
clear: both;
}
.btn-default {
margin-bottom: 5px;
}
}