Skip to content

Commit

Permalink
chess
Browse files Browse the repository at this point in the history
  • Loading branch information
makhlukgod committed Jun 16, 2020
1 parent ea4edf8 commit 9f0aa2b
Show file tree
Hide file tree
Showing 28 changed files with 14,722 additions and 1,009 deletions.
1 change: 1 addition & 0 deletions 1/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}
.menu__box .active{
color: $green_text;
background-color: $grey;
}
.menu__item:hover {
background-color: #CFD8DC;
Expand Down
50 changes: 50 additions & 0 deletions 1/_patterns.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

select, input, button{
padding: 8px;
border-radius: 4px;
outline: none;
border: 1px solid #a5a5a5;
background-color: #fff;
cursor: pointer;
}


.btn_yellow{
background-image: linear-gradient(to top, $orange, #ffde2a);
padding: 5px 10px;
border: none;
font-size: 13px;
}

.btn_green{

padding: 2px 5px;
border: solid 1px $green;
font-size: 10px;
color: $green;
}
.btn_blue{

padding: 2px 5px;
border: solid 1px $blue;
font-size: 10px;
color: $blue;
}
.btn_emo{
border: none;
padding: 2px 5px;
text-decoration: underline;
color: #000;
}


.bg-orange{
background-color: $orange;
}
.bg-blue{
background-color: $blue;
}
.svg-lock{
width: 12px;
margin: 0 auto;
}
38 changes: 1 addition & 37 deletions 1/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,6 @@ $grey: #f6f6f6;
$green: #6cd900;
$green_text: #69d500;
$blue: #00add8;
$orange: #ffc000;



select, input, button{
padding: 8px;
border-radius: 4px;
outline: none;
border: 1px solid #a5a5a5;
background-color: #fff;
cursor: pointer;
}

.btn_yellow{
background-image: linear-gradient(to top, #ffc000, #ffde2a);
padding: 5px 25px;
border: none;
font-size: 14px;
}

.btn_green{

padding: 2px 5px;
border: solid 1px $green;
font-size: 10px;
color: $green;
}
.btn_blue{

padding: 2px 5px;
border: solid 1px $blue;
font-size: 10px;
color: $blue;
}
.btn_emo{
border: none;
padding: 2px 5px;
text-decoration: underline;
color: #000;
}
50 changes: 50 additions & 0 deletions 1/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9f0aa2b

Please sign in to comment.