Skip to content
Snippets Groups Projects
Commit 5f6336fc authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

Merge branch 'frontend-devel' of...

Merge branch 'frontend-devel' of gitlab.inf.unibz.it:Roland.Bernard/wie_202021_csbillero11 into frontend-devel
parents 3d1cba9c 8bf40230
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
position: relative;
filter: saturate(50%);
transform: scale(90%);
will-change: transform;
@include mx.breakpoint(small) {
width: calc(100% / 5 - 10px);
......
......@@ -50,6 +50,7 @@
opacity: 0.5;
transform: scale(90%);
user-select: none;
will-change: transform;
.tag {
margin: 0;
......
......@@ -15,6 +15,7 @@
appearance: none;
border: none;
outline: none;
will-change: transform;
&.expanded {
width: 100%;
......
......@@ -67,7 +67,7 @@
textarea {
transition: none;
background: s.$background-input;
background: s.$background-light;
border: none;
border-radius: 25px;
width: 100%;
......
......@@ -10,6 +10,7 @@
width: 160px;
color: s.$text;
height: 160px;
will-change: transform;
&:hover,
&:focus {
......
......@@ -11,6 +11,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
will-change: transform;
&:hover ,
&:focus {
......
......@@ -12,6 +12,7 @@
color: s.$text;
font-weight: s.$weight-regular;
position: relative;
will-change: transform;
&:hover,
&:focus {
......
......@@ -37,23 +37,6 @@
resize: none;
height: 300px;
}
input,
textarea {
width: 100%;
font-size: 16px;
border: none;
padding: 20px;
outline: none;
border-radius: 15px;
position: relative;
display: block;
border-radius: 15px;
color: s.$text;
font-weight: s.$weight-regular;
font-family: s.$body-font;
background: s.$background-white;
}
}
.note {
......
......@@ -30,6 +30,7 @@
padding: 30px;
border-radius: 25px;
margin: 20px;
will-change: transform;
@include mx.breakpoint(medium) {
padding: 40px;
......
......@@ -7,7 +7,7 @@ $light-colors: (
'background-dark': #11061A,
'background-light': #f9f9f9,
'background-white': #ffffff,
'background-input': #f4f4f4,
'background-input': #ffffff,
'background': #EEF5F5,
'text': #3A5255,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment