This commit is contained in:
Vanessa 2023-03-24 10:01:48 +08:00
parent 7e5058690e
commit 8a73e08acd
5 changed files with 16 additions and 24 deletions

View file

@ -57,6 +57,10 @@
text-align: left;
display: inline-block;
&--close {
padding-right: 27px;
}
a {
color: var(--b3-theme-on-primary);
text-decoration: underline;
@ -70,18 +74,16 @@
&__close {
position: absolute;
cursor: pointer;
top: 10px;
right: 1px;
height: 8px;
width: 8px;
padding: 4px;
border-radius: 10px;
color: var(--b3-theme-background-light);
height: 16px;
width: 16px;
color: var(--b3-theme-on-primary);
transition: var(--b3-transition);
opacity: .68;
right: 5px;
top: 10px;
&:hover {
color: var(--b3-theme-on-background);
background-color: var(--b3-theme-background-light);
opacity: 1;
}
}
}

View file

@ -271,16 +271,6 @@
padding: 4px;
height: 32px;
}
&.keyboard__svg--close {
height: 12px;
background-color: var(--b3-theme-on-surface-light);
width: 12px;
padding: 4px;
border-radius: 10px;
margin: 10px;
color: var(--b3-theme-on-primary);
}
}
}
}