mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 16:17:46 +00:00
Add files via upload
This commit is contained in:
parent
642537c441
commit
602a9d0d36
1 changed files with 57 additions and 5 deletions
|
@ -1,40 +1,92 @@
|
||||||
|
p.fiat-info {
|
||||||
|
color: #4d4d4d;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.fiat-info span,
|
||||||
|
a.fiat-tooltip {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
padding: 2px;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clipboard-copy {
|
||||||
|
border-top: 1px;
|
||||||
|
border-bottom: 1px;
|
||||||
|
width: auto!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.table {
|
||||||
|
max-width: 472px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
width: 24%;
|
width: 24%;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
input.form-control{
|
|
||||||
|
input.form-control {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.equals-box {
|
.equals-box {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #e9ecef;
|
color: #e9ecef;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.equals-text {
|
.equals-text {
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #e9ecef;
|
color: #e9ecef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gold {
|
.gold {
|
||||||
color: #e8be74;
|
color: #e8be74;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-default {
|
.cursor-default {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.text-center{
|
|
||||||
|
.text-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 475px) {
|
@media (max-width: 475px) {
|
||||||
h1{
|
.btn {
|
||||||
|
padding: 1px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
p{
|
|
||||||
|
p {
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.btn {
|
||||||
|
min-width: 38px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1400px) {
|
||||||
|
small.text-info {
|
||||||
|
padding-right: 7%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue