Commit 1f4f7d81 authored by Sergey's avatar Sergey

Small edits styles

parent 3df9b4ca
......@@ -565,6 +565,10 @@
// }
// }
// }
.block-tooltip
{
display: none;
}
.general-info .col-4, .general-info .col-6
{
flex: 0 0 100%;
......
......@@ -458,6 +458,17 @@ button
// Поля формы
input, button, a, textarea
{
border-radius: 0 !important;
}
input, textarea
{
outline: none;
appearance: none;
}
input[type="text"], input[type="password"]
{
background-color: #fff;
......@@ -501,11 +512,16 @@ input[type="text"]:focus, input[type="password"]:focus
input[type="text"]:disabled, input[type="password"]:disabled
{
color: #b7b6c3;
color: $color-disabled;
border-color: #dddce8;
background: transparent;
}
input[type="text"]:disabled::placeholder, input[type="password"]:disabled::placeholder
{
color: $color-disabled;
}
input[type="text"].field-error, input[type="password"].field-error
{
border-color: red !important;
......@@ -3460,7 +3476,7 @@ button
border: 0;
background: transparent;
background-position: center;
background-size: cover;
// background-size: cover;
background-repeat: no-repeat;
right: 10px;
top: 10px;
......@@ -3874,6 +3890,7 @@ label
.tabs-item_active
{
color: $color-ref !important;
border-color: $color-ref;
}
.tabs-item:hover
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment