mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
Update Seasonal: CSS update
This commit is contained in:
parent
33e0495e78
commit
8359532233
@ -46,22 +46,30 @@
|
||||
|
||||
.nitro-purse-seasonal-currency {
|
||||
|
||||
position: relative;
|
||||
height: 30px;
|
||||
background-color: rgba($dark, 0.95);
|
||||
|
||||
background-color: rgba($dark, 0.55);
|
||||
border-radius: 0.5rem !important;
|
||||
|
||||
.seasonal-padding {
|
||||
padding: 7px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.seasonal-bold {
|
||||
padding-right: 3px;
|
||||
.seasonal-bold, .seasonal-amount {
|
||||
margin-top: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
seasonal-bold {
|
||||
flex: 2;
|
||||
line-height: 10px;
|
||||
}
|
||||
.seasonal-amount {
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
padding-right: 3px;
|
||||
width: 90px;
|
||||
flex: 1;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.nitro-seasonal-box {
|
||||
@ -70,6 +78,11 @@
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
height: 100%;
|
||||
width: 20%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&.purple {
|
||||
@ -110,7 +123,6 @@
|
||||
.nitro-seasonal-box{
|
||||
border-image-source: url(@/assets/images/purse/seasonal_bg_blue.png);
|
||||
}
|
||||
|
||||
.seasonal-bold {
|
||||
color: #95c3e5;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user