First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
20
hackatonApp/scss/layouts/layouts.styles.scss
Normal file
20
hackatonApp/scss/layouts/layouts.styles.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.layouts-view
|
||||
{
|
||||
.layouts-functionalities
|
||||
{
|
||||
.item .icon:first-child
|
||||
{
|
||||
color: $layouts-icon-color;
|
||||
}
|
||||
|
||||
.item .title
|
||||
{
|
||||
font-weight:500;
|
||||
}
|
||||
|
||||
.item .description
|
||||
{
|
||||
color: lighten($content-color, 30%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue