/
freeoneed
/
passgen
Обзор
Документация
Войти
/
freeoneed
/
passgen
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/custom.css
131 строка
3 KB
freeoneed
first_commit
28 май 2024, 11:20
28 май 2024, 11:20
3b8f9f7
Код
Авторство
О чём код?
@font-face { font-weight: 400; /* Соответствует значению normal */ font-family: opensans_regular; src: url("fonts/OpenSans-Regular.woff2"); } body, html { height: 100%; margin: 0; display: flex; justify-content: center; align-items: center; font-family: "opensans_regular", sans-serif; } .container { margin-top: 10px; background: #fff; padding: 20px; border-radius: 10px; max-width: 900px; width: 100%; } .container-h1 { border-radius: 10px; box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1); background: #fff; max-width: 900px; width: 100%; padding: 0px; margin: 0px; margin-bottom: 15px; } .container-passgen { border-radius: 10px; box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1); background: #fff; max-width: 900px; width: 100%; padding: 10px 20px 10px 20px; margin: 0px; margin-bottom: 15px; } .container-pass-out { border-radius: 10px; box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1); background: #fff; max-width: 900px; width: 100%; padding: 10px 20px 10px 20px; margin: 0px; } .password { cursor: pointer; padding: 10px; margin: 5px 0; border: 1px solid #ddd; border-radius: 5px; } .password:hover { /* background-color: #f1f1f1; */ transform: scale(1.03); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .copied { background-color: #d4edda; color: #155724; } h1 { padding: 10px; text-align: center; color: #007bff; font-family: "opensans_regular"; font-weight: 700; text-transform: uppercase; letter-spacing: 15px; /* font-size:xx-large; */ /* font-weight: 400; font-style: normal; */ } .form-check-label { padding-left: 10px; } .form-inline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } .password-group { flex: 1 0 100%; /* Растягиваем на всю доступную ширину */ margin-bottom: 10px; } .password-group-checkbox { flex: 1 0 100%; /* Растягиваем на всю доступную ширину */ } .length-group, .checkbox-group { display: flex; flex-direction: column; align-items: flex-start; } .checkbox-group { margin-top: 10px; padding-bottom: 10px; /* Добавляем отступ сверху для группы чекбоксов */ } button { width: 100%; /* Занимает всю доступную ширину */ margin-top: 32px; }