Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
agragregra committed Feb 1, 2018
1 parent fa21dc8 commit ce4c97d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
@import "fonts"
@import "libs"

*::placeholder
::placeholder
color: #666

::selection
background-color: $accent
color: #fff

body input:focus:required:invalid,
body textarea:focus:required:invalid
// color: red
body input:required:valid,
body textarea:required:valid
// color: green
html, body
height: 100%

Expand All @@ -26,6 +19,13 @@ body
line-height: 1.65
font-family: $default-font
overflow-x: hidden
input, textarea
border: #666 1px solid
outline: none
&:focus:required:invalid
border-color: red
&:required:valid
border-color: green

.img-responsive
display: block
Expand Down

0 comments on commit ce4c97d

Please sign in to comment.