Button css changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user