mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:02:23 +08:00
41fab3e11c
* Introduce final form, validators and refactor AddEmailAddress * First i18n script * Sort locales * Add delete and copy action * Copy over available validator translations * Add comments * Export validations in plugin-api * Linting * yarn.lock * Sort locales * Drop unused translations * Add translations for validators * Add action drop-unused * Add comments * Add note about limitation * Fix desc
55 lines
701 B
CSS
55 lines
701 B
CSS
.title {
|
|
font-size: 1.3em;
|
|
margin: 15px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.description {
|
|
font-size: 1em;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.list {
|
|
padding: 0;
|
|
margin: 20px 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
|
|
.itemIcon {
|
|
flex-grow: 0;
|
|
}
|
|
|
|
.text {
|
|
flex-grow: 1;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
> i.itemIcon {
|
|
font-size: 1.3em;
|
|
}
|
|
}
|
|
|
|
.button {
|
|
color: #787D80;
|
|
border-radius: 2px;
|
|
background-color: transparent;
|
|
height: 30px;
|
|
font-size: 0.9em;
|
|
width: 100%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
font-size: 1em;
|
|
background-color: #3498DB;
|
|
color: white;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|