[ABANDONED] React/Redux front end for the Flexor social network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
421 B

@import "../../../node_modules/bulma/sass/utilities/_all.sass";
@import "../../../node_modules/bulma/sass/components/media.sass";
$image-size: 64px;
div.empty-image {
background-color: #eeeeee;
background-image: linear-gradient(145deg, #eeeeee, #aaaaaa);
border: solid 1px #cccccc;
border-radius: $image-size;
height: $image-size;
width: $image-size;
}
article#user-info {
padding: 20px;
}