Skip to content

Commit

Permalink
sass
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYakub committed Nov 14, 2016
1 parent 4785fcc commit efd97fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/sass/main-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
margin-top: 27px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

.registr__head{
Expand Down Expand Up @@ -75,12 +76,13 @@
content:"";
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 15px;
left:0px;
width: 14px;
height: 14px;
border: 1px solid #434343;
border-radius: 10px;
cursor: pointer;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);

}
}
Expand Down

0 comments on commit efd97fe

Please sign in to comment.