support: Add bootstrap css rules to textarea element in support page.

This commit adds required bootstrap CSS rules used for textarea
element in support page with existing CSS for that element in
portico_signin.css.

This change is done so we can safely remove textarea CSS rules
for bootstrap.css as a part of our process to remove bootstrap
without changing existing design.
This commit is contained in:
Sahil Batra 2022-11-29 15:14:59 +05:30 committed by Tim Abbott
parent 2e93a4ccd6
commit cb699d6c10
1 changed files with 10 additions and 0 deletions

View File

@ -870,6 +870,16 @@ button#register_auth_button_gitlab {
width: 400px;
font-size: 1rem;
}
textarea {
color: hsl(0, 0%, 33%);
vertical-align: middle;
background-color: hsl(0, 0%, 100%);
&:focus {
outline: 0;
}
}
}
}