mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
Merge branch 'Dev' into feat/wired-fixes-apr08
This commit is contained in:
@@ -349,7 +349,46 @@
|
||||
}
|
||||
|
||||
.nitro-purse {
|
||||
border-radius: 9px;
|
||||
margin-top: 4px;
|
||||
|
||||
.nitro-purse-subscription {
|
||||
background-color: rgba(248, 249, 250, 0.1);
|
||||
}
|
||||
|
||||
.nitro-purse-button {
|
||||
padding: 3px 2px;
|
||||
}
|
||||
.coffecurrencybutton{
|
||||
border-radius: 0.5rem !important;
|
||||
background-color: #b69b83;
|
||||
border: 2px solid hsla(0deg, 0%, 100%, 0.5);
|
||||
margin-bottom: 3px;
|
||||
padding: 0px !important;
|
||||
width: 30px;
|
||||
pointer-events: all;
|
||||
}
|
||||
.borderhccontent{
|
||||
background-color: #212131;
|
||||
border-radius: 0.5rem!important;
|
||||
border: 2px solid #383853;
|
||||
height: calc(100% - 3px);
|
||||
}
|
||||
.nitro-purse-button.currency--1 {
|
||||
background: #e8b125;
|
||||
border: 2px solid #f4d892;
|
||||
}
|
||||
.nitro-purse-button.currency-0 {
|
||||
background: #c364c1;
|
||||
border: 2px solid #ecb3ea;
|
||||
}
|
||||
.nitro-purse-button.currency-5 {
|
||||
background: #6bafaa;
|
||||
border: 2px solid #ace6e2;
|
||||
}
|
||||
.allcurrencypurse{
|
||||
border-radius: 5px!important;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-purse__content {
|
||||
|
||||
Reference in New Issue
Block a user