mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
commit
d4e260620b
3 changed files with 11 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* Border */
|
||||
border: 1px solid #979797;
|
||||
border-radius: 0px; /* Remove default iOS border radius */
|
||||
|
||||
/* Dimensions */
|
||||
padding-left: 18px;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,16 @@
|
|||
}
|
||||
|
||||
.descriptionField {
|
||||
/* Font */
|
||||
font-family: inherit;
|
||||
|
||||
/* Border */
|
||||
border: 1px solid #979797;
|
||||
padding: 18px;
|
||||
border-radius: 0px; /* Remove default iOS border radius */
|
||||
|
||||
/* Dimensions */
|
||||
padding: 12px 18px;
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
.submitButton {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ html, input, button, a {
|
|||
|
||||
See: https://en.wikipedia.org/wiki/Chalkboard_(typeface)
|
||||
*/
|
||||
font-family: "Chalkboard", "Comic Sans MS", sans-serif;
|
||||
font-family: "Chalkboard", "ChalkboardSE-Regular", "Comic Sans MS", sans-serif;
|
||||
color: #4A4A4A;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue