mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 00:40:27 +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
12 lines
325 B
CSS
12 lines
325 B
CSS
.root {
|
|
border: none;
|
|
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
|
width: 320px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
padding: 20px;
|
|
border-radius: 4px;
|
|
font-family: Helvetica,Helvetica Neue,Verdana,sans-serif;
|
|
color:#3B4A53;
|
|
}
|