xmrmemes/resources/sass/_common.scss

44 lines
795 B
SCSS

// 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;
object-fit: cover;
max-height: 250px;
}
#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;
}