view
This commit is contained in:
13
app/signup/static/signup/style.css
Normal file
13
app/signup/static/signup/style.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/************************/
|
||||
/** Very Common Things **/
|
||||
/************************/
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
|
||||
font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji";
|
||||
line-height: 1.5;
|
||||
}
|
||||
Reference in New Issue
Block a user