Scripts/resources/[renewed]/Renewed-Banking/web/public/build/bundle.css

347 lines
7.2 KiB
CSS
Raw Normal View History

2024-12-29 20:01:08 +00:00
.main.svelte-xwmgc0 {
overflow: hidden;
width: 60%;
height: 60%;
bottom: 20%;
left: 20%;
padding: 1%;
position: absolute;
background-color: #17212e;
border-radius: 3px 3px 3px 3px;
background-size: cover;
background-position: center;
opacity: 1;
border: 2px solid #51515183;
}
section.svelte-xwmgc0 {
display: flex;
gap: 4rem;
height: calc(100% - 2rem)
}
h5.svelte-xwmgc0 {
font-size: 1.3rem;
color: #74B5CD;
font-family: 'roboto';
}
.popup-container.svelte-1ou14c8.svelte-1ou14c8 {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.3);
display: flex;
align-items: center;
justify-content: center
}
.popup-content.svelte-1ou14c8.svelte-1ou14c8 {
max-width: 50rem;
width: 100%;
padding: 5rem;
border-radius: 3px;
border: 2px solid #51515183;
background-color: #131e2b !important;
}
h2.svelte-1ou14c8.svelte-1ou14c8 {
margin-bottom: 3rem;
text-align: center;
font-size: 1.5rem;
color: #a8afb7;
}
.form-row.svelte-1ou14c8.svelte-1ou14c8 {
display: flex;
flex-direction: column;
gap: 0.5rem;
color: var(--clr-grey);
margin-bottom: 2rem
}
.form-row.svelte-1ou14c8 label.svelte-1ou14c8,
.form-row.svelte-1ou14c8 input.svelte-1ou14c8 {
font-size: 1.2rem;
color: #a8afb7;
font-family: inherit;
}
.form-row.svelte-1ou14c8 input.svelte-1ou14c8 {
padding: 0.8rem 0;
background-color: transparent;
border: none;
border-bottom: 1px solid
}
.notificaion-container.svelte-aywcjm {
width: 15%;
box-sizing: border-box;
padding: 10px 8px;
margin: 5px 0px;
position: absolute;
left: 5%;
top: 4%
}
.notificaion-content.svelte-aywcjm {
background-color: #131e2b !important;
padding: 2rem;
border-radius: 1rem;
font-size: 1em
}
.loading-container.svelte-1ao9gz5.svelte-1ao9gz5 {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center
}
.loading-content.svelte-1ao9gz5.svelte-1ao9gz5 {
max-width: 50rem;
max-height: 25rem;
width: 100%;
height: 100%;
background-color: #131e2b !important;
padding: 5rem;
border-radius: 4px;
border: 2px solid #51515183;
}
.loading-spinner.svelte-1ao9gz5.svelte-1ao9gz5 {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
left: 40%;
top: 25%
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5 {
transform-origin: 40px 40px;
animation: svelte-1ao9gz5-loading-spinner 1.2s linear infinite
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s
}
.loading-spinner.svelte-1ao9gz5 div.svelte-1ao9gz5:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s
}
@keyframes svelte-1ao9gz5-loading-spinner {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
aside.svelte-1psnybp {
flex: 0 0 25%
}
.transactions-container.svelte-mhvyj0.svelte-mhvyj0 {
flex: 1 1 75%;
transform: translateY(-0.6rem);
margin-left: -2%;
}
h3.svelte-mhvyj0.svelte-mhvyj0 {
display: flex;
justify-content: space-between;
margin-bottom: -0.5%;
padding-top: 6px;
}
h3.svelte-mhvyj0 div.svelte-mhvyj0 {
display: flex;
align-items: center
}
h3.svelte-mhvyj0 img.svelte-mhvyj0 {
width: 3rem;
margin-right: 1rem
}
.account.svelte-11vvjn0.svelte-11vvjn0 {
padding: 0.6rem;
border-radius: 3px;
cursor: pointer;
border: 2px solid #51515183;
background-color: #131e2b !important;
}
.account.svelte-11vvjn0.svelte-11vvjn0:not(:last-child) {
margin-bottom: 1.5rem
}
h4.svelte-11vvjn0.svelte-11vvjn0 {
font-family: system-ui;
font-size: 1.4rem;
margin-bottom: 0.5rem;
color: #a8afb7;
}
h5.svelte-11vvjn0.svelte-11vvjn0 {
font-size: 1.1rem;
color: #a8afb7;
font-family: inherit;
}
h5.svelte-11vvjn0 span.svelte-11vvjn0 {
margin-top: 0.3rem
}
.price.svelte-11vvjn0.svelte-11vvjn0 {
text-align: right;
margin-bottom: 1rem;
color: #a8afb7;
font-family: inherit;
}
.price.svelte-11vvjn0 strong.svelte-11vvjn0 {
font-size: 1.4rem;
color: #6DB1CA;
}
.btns-group.svelte-11vvjn0.svelte-11vvjn0 {
display: flex;
justify-content: space-between
}
.transaction.svelte-w3ny0j.svelte-w3ny0j {
padding: 1rem;
border-radius: 2px;
font-size: 1.5rem;
font-weight: 300;
background-color: #131e2b !important;
border: 2px solid #51515183;
}
.transaction.svelte-w3ny0j.svelte-w3ny0j:not(:last-child) {
margin-bottom: 1.5rem
}
.transaction.svelte-w3ny0j h5.svelte-w3ny0j {
display: flex;
justify-content: space-between;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: 2px solid #939191ba;
font-family: system-ui;
font-size: 1.4rem;
color: #a8afb7;
}
.transaction.svelte-w3ny0j h4.svelte-w3ny0j {
display: flex;
justify-content: space-between;
font-size: 1.2rem;
color: #a8afb7;
}
.transaction.svelte-w3ny0j h4 span.svelte-w3ny0j:first-child {
font-family: inherit;
font-size: 1.2rem;
color: var(--clr-green)
}
.transaction.svelte-w3ny0j h4 span.withdraw.svelte-w3ny0j {
color: var(--clr-orange);
font-family: inherit;
font-size: 1.2rem;
}
.transaction.svelte-w3ny0j h4 span.svelte-w3ny0j:nth-child(2) {
margin-right: auto;
margin-left: 15rem;
color: #6DB1CA;
}
.transaction.svelte-w3ny0j h6.svelte-w3ny0j {
color: #88BCD3;
padding: 0.5rem;
margin: 1rem 0 1.5rem;
background-color: #1d2a3a;
border-radius: 4px;
font-size: 10px;
}
.transaction.svelte-w3ny0j h6 span.svelte-w3ny0j {
margin-top: 0.5rem
}