Button css changes
This commit is contained in:
@@ -234,6 +234,16 @@ ol li {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
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) {
|
@media (max-width: $responsiveWidth) {
|
||||||
ul,
|
ul,
|
||||||
@@ -269,4 +279,4 @@ ol li {
|
|||||||
|
|
||||||
.sv-error-response {
|
.sv-error-response {
|
||||||
background-color: #b71c1c;
|
background-color: #b71c1c;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user