xmrmemes/resources/sass/_common.scss
dev dbfda5cf9e Almost complete site
Add dark / light theme

Add social sharing on meme pages

Add approving / pending admin section

Improve design

Add pagination on profiles

Make front end date time user friendly

Finish rough draft of site

And Much more...

Still need to fix a few minor things before it goes live. Almost
complete.
2021-07-31 00:03:33 -07:00

44 lines
791 B
SCSS
Vendored

// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
// Font Awesome
@import '~@fortawesome/fontawesome-free/css/fontawesome';
@import '~@fortawesome/fontawesome-free/css/regular';
@import '~@fortawesome/fontawesome-free/css/solid';
@import '~@fortawesome/fontawesome-free/css/brands';
.img-logo {
width: 40px;
}
.img-logo-footer {
width: 24px;
}
.grid-memes .card-img-top {
max-width: 100% !important;
width: inherit;
max-height: 20vw;
}
#social-links li {
display: inline;
list-style-type: none;
padding: 0 .5rem;
}
#social-links ul {
padding: 0 !important;
}
// Fixes text truncate not working in tables
.table {
table-layout: fixed;
}