1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/components/user-list-add/css/user-list-add.css

25 lines
425 B
CSS

/**
* Список пользователей
*/
.user-list-add {
margin-bottom: 15px;
}
.user-list-add:last-child {
margin-bottom: 0;
}
.user-list-add-title {
font-size: 18px;
margin-bottom: 15px;
}
.user-list-add-form {
padding: 20px;
margin-bottom: 5px;
background: #f7f7f7;
border: 1px solid #eee;
}
.user-list-add-note {
margin-bottom: 20px;
color: #aaa;
font-size: 13px;
}