feat(web): tailwind css (#1147)

This commit is contained in:
Aman Harwara
2022-06-28 02:50:52 +05:30
committed by GitHub
parent 0ead805412
commit b80038f607
201 changed files with 1824 additions and 2699 deletions

View File

@@ -1,26 +1,10 @@
#permissions-modal {
width: 350px;
.sk-panel {
border-radius: 0;
}
.sk-panel-content {
padding-top: 0.89375rem;
}
.sk-panel-footer {
padding-bottom: 1.1375rem;
}
}
.challenge-modal {
min-width: 0 !important;
width: auto;
.prompt,
.subprompt {
text-align: center;
}
.sk-panel .sk-panel-header {
justify-content: center;
}
}
#account-switcher {
@@ -59,7 +43,7 @@
right: 0;
top: 0;
bottom: 0;
z-index: $z-index-modal;
z-index: var(--z-index-modal);
width: 100%;
height: 100%;
@@ -149,7 +133,7 @@
.sn-component {
min-width: 100%;
z-index: $z-index-component-view;
z-index: var(--z-index-component-view);
}
.loading-overlay {