Files
btcpayserver/BTCPayServer/wwwroot/main/css/site.css
2019-05-30 23:42:56 +09:00

64 lines
996 B
CSS

html {
position: relative;
min-height: 100%;
}
.siteFooter {
position: absolute;
left: 0;
bottom: 0;
height: 18px;
line-height: 18px;
vertical-align: middle;
font-size: 8px;
width: 100%;
overflow: hidden;
}
.only-for-js, .input-group-clear{
display: none;
}
#content {
background: #fff;
border: 1px solid #DFE3E8;
padding: 16px;
border-radius: 4px;
}
a.nav-link {
color: #66788A;
}
.nav-pills .nav-link.active {
color: var(--gray-dark);
font-weight: 500;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #66788A;
background-color: #d9f7ef;
border-left: 5px solid var(--primary);
font-weight: 500;
}
.display-when-ledger-connected {
display: none;
}
.wraptextAuto {
max-width: 300px;
text-overflow: ellipsis;
overflow: hidden;
display: block;
white-space: nowrap;
}
@media (min-width: 768px) {
.wraptextAuto {
max-width: 600px;
}
}