Skip to content
Snippets Groups Projects
Commit 1368512c authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: use lato font in textareas

parent 62f72562
Branches
Tags
2 merge requests!608V2.4.2,!584fix(orientation): wrong font
...@@ -88,15 +88,3 @@ ...@@ -88,15 +88,3 @@
} }
} }
} }
::ng-deep.textareaBlock {
@media #{$tablet} {
max-width: 90%;
}
p {
text-align: right;
@include lato-regular-14;
color: $grey-3;
font-style: italic;
}
}
...@@ -77,11 +77,11 @@ ...@@ -77,11 +77,11 @@
.details { .details {
margin-top: 40px; margin-top: 40px;
label { label {
@include lato-regular-16;
padding-bottom: 8px; padding-bottom: 8px;
} }
textarea { textarea {
width: 100%; width: 100%;
max-width: 600px;
margin-top: 8px; margin-top: 8px;
} }
} }
......
...@@ -190,18 +190,16 @@ input { ...@@ -190,18 +190,16 @@ input {
} }
/** Textarea **/ /** Textarea **/
.textareaBlock { textarea {
textarea { padding: 13px 8px;
padding: 13px 8px; background: $grey-8;
background: $grey-8; border: 1px solid $grey-5;
border: 1px solid $grey-5; border-radius: $input-radius;
border-radius: $input-radius; resize: none;
resize: none; outline: none;
outline: none; @include lato-regular-16;
@include lato-regular-16; &:focus {
&:focus { border: 1px solid $grey-3;
border: 1px solid $grey-3;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment