2022-03-17 01:11:10 +01:00
|
|
|
@import 'variables';
|
2022-02-17 15:43:21 +01:00
|
|
|
|
2022-04-18 20:17:43 +02:00
|
|
|
%no-content {
|
2022-02-12 23:07:11 +01:00
|
|
|
position: absolute;
|
2022-03-17 01:11:10 +01:00
|
|
|
content: '';
|
2022-02-12 23:07:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
%container {
|
|
|
|
max-width: 1280px;
|
2022-04-18 20:17:43 +02:00
|
|
|
margin-inline: auto;
|
2022-02-12 23:07:11 +01:00
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2022-04-05 05:11:15 +02:00
|
|
|
%input {
|
2022-02-17 15:43:21 +01:00
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: $default-transition;
|
|
|
|
}
|