You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- Stylesheet for index.html.
- */
-
- @import mixins
- @import variables
-
- div.search-field
- bottom: 0
- height: 200px
- left: 0
- margin: auto
- position: absolute
- right: 0
- top: 0
- width: 34%
-
- #title
- font-size: 3em
- padding-bottom: 0.5em
- text-align: center
-
- form input[type="text"]
- border: 1px solid #A4ACAF
- font-size: 1.1em
- padding: 3px
- width: 100%
|