2020-09-01 18:19:51 +02:00
|
|
|
.LP-Button {
|
2020-08-17 15:39:17 +02:00
|
|
|
background-color: $-light-brown;
|
|
|
|
color: $-grey;
|
|
|
|
border: none;
|
|
|
|
padding: 8px 14px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
cursor: pointer;
|
2020-09-01 18:19:51 +02:00
|
|
|
white-space: nowrap;
|
2020-12-25 16:42:39 +01:00
|
|
|
|
|
|
|
&--fullWidth {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-07-31 22:22:17 +02:00
|
|
|
|
2020-12-25 16:42:39 +01:00
|
|
|
&.LP-Link {
|
|
|
|
display: block;
|
|
|
|
&:hover {
|
|
|
|
color: $-almost-white
|
|
|
|
}
|
|
|
|
}
|
2020-09-01 18:19:51 +02:00
|
|
|
&:active {
|
2020-08-17 15:39:17 +02:00
|
|
|
background-color: $-wine-red;
|
2020-09-01 18:19:51 +02:00
|
|
|
color: $-almost-white;
|
2020-08-17 15:39:17 +02:00
|
|
|
}
|
2020-08-01 10:27:23 +02:00
|
|
|
|
2020-09-01 18:19:51 +02:00
|
|
|
&--cancel {
|
2020-08-17 15:39:17 +02:00
|
|
|
background-color: $-grey;
|
|
|
|
color: $-almost-white;
|
2020-09-01 18:19:51 +02:00
|
|
|
|
|
|
|
&:active {
|
2020-08-17 15:39:17 +02:00
|
|
|
color: $-grey;
|
|
|
|
background-color: $-almost-white;
|
|
|
|
}
|
|
|
|
}
|
2020-12-25 16:42:39 +01:00
|
|
|
}
|