motarawneh.com/assets/scss/base/list.scss

13 lines
258 B
SCSS
Raw Normal View History

2020-11-10 07:30:43 +00:00
.list {}
.list-item {
display: block;
text-decoration: none;
color: inherit;
padding: 1em;
background: #eee;
margin-bottom: 1em;
transition: 0.4s opacity ease-in-out;
&:hover {opacity: 0.4;}
}
.list-item__title {font-weight: 700;}
.list-item__date {}