mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:09:49 -04:00
Create base forms for registration and sign in
Created routes and forms for registration, sign in, and registration from an invite. Also tidied up assets folder, removed copy of fronted toolkit.
This commit is contained in:
committed by
Rebecca Law
parent
ed609eeec9
commit
701ce482d4
22
app/assets/stylesheets/app.scss
Normal file
22
app/assets/stylesheets/app.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
// Extra CSS overlaying elements
|
||||
|
||||
.form-control-2-3, .form-control-1-4 {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-family: "nta", Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.25;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
padding: 4px;
|
||||
background-color: #fff;
|
||||
border: 2px solid #6f777b;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.form-control-2-3, .form-control-1-4 {
|
||||
font-size: 19px;
|
||||
line-height: 1.31579;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user