feature: ikony akcji

This commit is contained in:
2023-08-19 13:13:00 +02:00
parent 0bc2ac1d15
commit 4a03535b07
7 changed files with 40 additions and 8 deletions
+14 -2
View File
@@ -121,6 +121,18 @@ button {
background-color: #2b2b2b;
}
&--image {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5em;
img {
width: 1.3em;
vertical-align: middle;
}
}
&--text {
font-weight: bold;
transition: all 250ms;
@@ -134,8 +146,8 @@ button {
}
select,
input[type="text"],
input[type="number"] {
input[type='text'],
input[type='number'] {
background: none;
border: 2px solid #aaa;
outline: none;