Merge branch 'master' into history-fieldset-entry-status-colors
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,
|
||||
@@ -252,23 +262,23 @@ ol li {
|
||||
}
|
||||
|
||||
.info-response {
|
||||
background-color: #ffeb3b;
|
||||
background-color: #FFEB3B;
|
||||
}
|
||||
|
||||
.success-response {
|
||||
background-color: #66BB6A;
|
||||
background-color: #4BB543;
|
||||
}
|
||||
|
||||
.redir-response {
|
||||
background-color: #ff5722;
|
||||
background-color: #FF5722;
|
||||
}
|
||||
|
||||
.cl-error-response {
|
||||
background-color: #ef5350;
|
||||
background-color: #A63232;
|
||||
}
|
||||
|
||||
.sv-error-response {
|
||||
background-color: #b71c1c;
|
||||
background-color: #B71C1C;
|
||||
}
|
||||
|
||||
fieldset#history {
|
||||
@@ -277,9 +287,9 @@ fieldset#history {
|
||||
|
||||
span {
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
right: 8px;
|
||||
color: #E0E0E0;
|
||||
top: 44px;
|
||||
right: 20px;
|
||||
font-family: monospace, monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user