mempool/frontend/src/app/components/master-page/master-page.component.scss

86 lines
1.0 KiB
SCSS
Raw Normal View History

2019-07-27 18:43:17 +03:00
li.nav-item.active {
background-color: #653b9c;
}
fa-icon {
2020-09-22 12:07:08 +07:00
font-size: 1.66em;
}
2019-07-27 18:43:17 +03:00
.navbar {
z-index: 100;
}
2020-09-22 06:55:45 +07:00
li.nav-item {
padding-left: 10px;
padding-right: 10px;
}
2019-07-27 18:43:17 +03:00
@media (min-width: 768px) {
.navbar {
2020-09-22 06:55:45 +07:00
padding: 0rem 2rem;
2019-07-27 18:43:17 +03:00
}
fa-icon {
font-size: 1.2em;
}
2020-09-22 06:55:45 +07:00
.dropdown-container {
margin-right: 16px;
}
li.nav-item {
padding: 10px;
}
2019-07-27 18:43:17 +03:00
}
li.nav-item a {
color: #ffffff;
}
2020-02-25 20:05:34 +07:00
.navbar-nav {
flex-direction: row;
2020-09-22 06:19:14 +07:00
justify-content: center;
}
2020-02-25 20:05:34 +07:00
nav {
box-shadow: 0px 0px 15px 0px #000;
}
.connection-badge {
position: absolute;
2020-03-13 22:05:44 +07:00
top: 13px;
left: 0px;
width: 140px;
}
.badge {
margin: 0 auto;
display: table;
2020-05-10 16:22:35 +07:00
}
.mainnet.active {
background-color: #653b9c;
}
.liquid.active {
background-color: #116761;
}
.testnet.active {
background-color: #1d486f;
}
2021-02-21 01:45:52 +07:00
.signet.active {
background-color: #6f1d5d;
}
.dropdown-divider {
border-top: 1px solid #121420;
}
2020-07-16 13:37:28 +07:00
.dropdown-toggle::after {
vertical-align: 0.1em;
}
.dropdown-item {
display: flex;
align-items:center;
}