2021-07-16 02:35:54 -04:00
|
|
|
// 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;
|
|
|
|
}
|
2021-07-26 22:39:11 -04:00
|
|
|
|
|
|
|
// Fixes text truncate not working in tables
|
|
|
|
.table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|