mirror of https://github.com/embarklabs/embark.git
37 lines
701 B
CSS
37 lines
701 B
CSS
code {
|
|
width: 100%;
|
|
overflow: auto;
|
|
display: block;
|
|
white-space: nowrap;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
code input, code select {
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 0.9375rem;
|
|
line-height: 1.6;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid rgba(0, 40, 100, 0.12);
|
|
border-radius: 3px;
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
}
|
|
|
|
.function button {
|
|
margin-top: .6em;
|
|
}
|
|
|
|
#accountsTxt {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.card-options a.btn-primary {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.card-options a.btn-primary:hover {
|
|
background-color: #ccc;
|
|
} |