Добавление описания профиля и отступа.
Добавлено модальное окно для добавления описание профиля с счётчиком символов и размером до 500 символов, добавлен отступ между изменением пароля и выходом из аккаунта, перекрашена кнопка удаления аккаунта.
This commit is contained in:
@@ -191,7 +191,7 @@ input[type="password"] {
|
||||
.Important-button {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
margin: 8px;
|
||||
margin: 10px auto;
|
||||
background-color: #e30000;
|
||||
color: white;
|
||||
border: none;
|
||||
@@ -278,6 +278,7 @@ button:disabled {
|
||||
width: 30%;
|
||||
min-width: auto;
|
||||
height: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.user-info p {
|
||||
@@ -313,3 +314,32 @@ h3 {
|
||||
color: #CAD1D8;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.description-textarea {
|
||||
width: 100%;
|
||||
padding: 12px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 6px;
|
||||
font-family: inherit;
|
||||
resize: vertical;
|
||||
min-height: 120px;
|
||||
max-height: 200px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.description-textarea:focus {
|
||||
outline: none;
|
||||
border-color: #007bff;
|
||||
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
|
||||
}
|
||||
|
||||
.char-counter {
|
||||
text-align: right;
|
||||
color: #6c757d;
|
||||
font-size: 0.875rem;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.margin-top-large {
|
||||
margin-top: 10em;
|
||||
}
|
||||
Reference in New Issue
Block a user