neroswap/app/static/css/extra.css

46 lines
575 B
CSS

.white, .white:hover {
color: white !important;
}
.small {
margin: 0;
padding: 0;
}
.highlight {
color: #e96f83;
font-size: .8em;
overflow-wrap: break-word;
}
ul.no-bullets {
list-style-type: none; /* Remove bullets */
padding: 0; /* Remove padding */
margin: 0; /* Remove margins */
}
.swap-arrows {
padding-top: 20px;
}
.center {
margin: 1em auto;
display: block;
}
.charts {
display: inline-block;
position: relative;
width: 40%;
padding: 1em;
}
.loading {
margin-top: 2.25em;
transition: all 1s;
}
.hidden {
display: none;
}