This commit is contained in:
sairaj mote 2020-11-05 19:54:00 +05:30
parent 5dc2b943d4
commit c1f38a21c6
3 changed files with 7 additions and 9 deletions

View File

@ -259,7 +259,7 @@ sm-button[variant=outlined] {
}
.action.start-loading h4 {
transform: translateX(0.6rem);
background: inherit;
background: inherit !important;
color: rgba(var(--text-color), 0.9);
}
.action h4 {
@ -280,6 +280,7 @@ sm-button[variant=outlined] {
width: 1.2rem;
stroke-dashoffset: 220;
stroke-dasharray: 220;
margin: 0 !important;
left: 0;
transition: opacity 0.3s;
}
@ -557,6 +558,7 @@ details p {
#sign_in_page {
position: fixed;
overflow-y: auto;
gap: 2rem;
width: 100vw;
height: 100vh;
@ -714,9 +716,6 @@ details p {
color: rgba(var(--text-color), 1);
width: auto;
}
.user-panel .action .loader {
align-self: flex-end;
}
.user-panel .action .clip {
clip-path: circle(0 at 100% 0) !important;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -259,7 +259,7 @@ sm-button[variant="outlined"]{
pointer-events: none;
h4{
transform: translateX(0.6rem);
background: inherit;
background: inherit !important;
color: rgba(var(--text-color), 0.9);
}
}
@ -283,6 +283,7 @@ sm-button[variant="outlined"]{
width: 1.2rem;
stroke-dashoffset: 220;
stroke-dasharray: 220;
margin: 0 !important;
left: 0;
transition: opacity 0.3s;
}
@ -572,6 +573,7 @@ details{
#sign_in_page {
position: fixed;
overflow-y: auto;
gap: 2rem;
width: 100vw;
height: 100vh;
@ -729,9 +731,6 @@ details{
color: rgba(var(--text-color), 1);
width: auto ;
}
.loader{
align-self: flex-end;
}
.clip{
clip-path: circle(0 at 100% 0) !important;
}