A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "./react-gallery/carousel.min.css";
|
|
|
|
|
|
|
|
.onboarding-welcome {
|
|
|
|
.control-dots .dot {
|
|
|
|
background: var(--color-icon-muted);
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
background: var(--color-icon-default);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* next and previous arrow colors */
|
|
|
|
.carousel.carousel-slider .control-arrow {
|
|
|
|
opacity: 1;
|
|
|
|
color: var(--color-icon-default);
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
padding: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel .control-next.control-arrow::before {
|
|
|
|
border-left-color: var(--color-icon-default);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel .control-prev.control-arrow::before {
|
|
|
|
border-right-color: var(--color-icon-default);
|
|
|
|
}
|
|
|
|
|
|
|
|
.carousel.carousel-slider .control-arrow:hover {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__mascot {
|
|
|
|
width: 250px;
|
|
|
|
height: 250px;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__image {
|
|
|
|
text-align: center;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__buttons {
|
|
|
|
max-width: 300px;
|
|
|
|
margin: 40px auto 0 auto;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|