Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Great shadow for content cards #3

Open
juandc opened this issue May 9, 2018 · 0 comments
Open

Great shadow for content cards #3

juandc opened this issue May 9, 2018 · 0 comments
Labels
love Cool features

Comments

@juandc
Copy link
Owner

juandc commented May 9, 2018

Github section from Carlos Cuesta Personal Page.

The shadow is the following:

.box {
  border-top: 3px solid $DEFAULT_COLOR;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  &:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }
  &.violet {
    border-top-color: $COLOR;
  }
}
@juandc juandc added the love Cool features label May 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
love Cool features
Projects
None yet
Development

No branches or pull requests

1 participant