:lipsticks:

This commit is contained in:
Vanessa 2024-01-10 22:07:21 +08:00
parent 2b6dc096a8
commit 1307f843a1

View file

@ -65,7 +65,7 @@
.b3-button:hover, .b3-button:focus {
outline: none;
text-decoration: none;
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 0.2), 0px 8px 10px 1px rgb(0 0 0 / 0.14), 0px 3px 14px 2px rgb(0 0 0 / 0.12);
}
.b3-button:active {
@ -74,20 +74,8 @@
}
.b3-button--white {
color: var(--b3-theme-primary);
box-shadow: inset 0 0 0 1px var(--b3-theme-primary);
background-color: #fff;
}
.b3-button--white:hover,
.b3-button--white:focus {
background-color: #e8eefc;
box-shadow: inset 0 0 0 1px var(--b3-theme-primary);
}
.b3-button--white:active {
background-color: var(--b3-theme-primary-lighter);
box-shadow: inset 0 0 0 1px var(--b3-theme-primary);
color: rgb(13, 60, 97);
background-color: #d6eaf9;
}
.b3-text-field {