You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
758 B
42 lines
758 B
.show-tokens {
|
|
background: white;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
.show-tokens h3 {
|
|
padding-left: 20px;
|
|
}
|
|
.show-tokens .token-name, .show-tokens .token-value {
|
|
font-family: monospace;
|
|
}
|
|
.show-tokens .token-name {
|
|
color: #d85d3c;
|
|
}
|
|
.show-tokens .token-value {
|
|
color: #333;
|
|
}
|
|
.show-tokens .token-value.undefined {
|
|
color: #999;
|
|
}
|
|
.show-tokens .form-switch {
|
|
float: right;
|
|
padding-right: 20px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
/* Dark Theme */
|
|
|
|
.show-tokens.dark {
|
|
background: #31373E;
|
|
border-top: 1px solid #31373E;
|
|
border-bottom: 1px solid #31373E;
|
|
}
|
|
|
|
.show-tokens.dark .token-name {
|
|
color: #AF575A;
|
|
}
|
|
.show-tokens.dark .token-value {
|
|
color: #FFFFFF;
|
|
}
|
|
.show-tokens.dark .token-value.undefined {
|
|
color: #999;
|
|
} |