Button css changes

This commit is contained in:
Edison Augusthy
2019-08-26 11:49:23 +05:30
committed by GitHub
parent 6bed41b8c1
commit 40c27f5139

View File

@@ -234,6 +234,16 @@ ol li {
flex-direction: column;
flex-grow: 1;
}
.flex-wrap{
display: flex;
justify-content: space-between;
}
.btn-copy{
padding: 6px 14px;
font-size: 11px;
margin-right: 15px;
}
@media (max-width: $responsiveWidth) {
ul,
@@ -269,4 +279,4 @@ ol li {
.sv-error-response {
background-color: #b71c1c;
}
}