namillum
Version:
Bubble Protocol SDK
47 lines (42 loc) • 1.23 kB
CSS
/**
* Copyright (c) 2018 - present Zilliqa Research Pte. Ltd.
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
.network-button {
border-color: var(--success);
background-color: var(--black);
}
.network {
font-size: 13px;
font-weight: 500;
min-width: 148px;
color: var(--success);
text-align: center;
line-height: 24px;
}
.network::before {
content: '';
width: 8px;
height: 8px;
display: inline-block;
vertical-align: middle;
background-color: var(--success);
border-radius: 50%;
margin-right: 6px;
}
@media only screen and (min-width: 575px) {
.sidebar-link {
display: none;
}
}