mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-01-03 03:40:51 -05:00
821fb9b1ed
Update the payment code so everything is working now Improve DB structure Improve design Add API Validate XMR Address upon registration And Much More... Still Need to work on: - SEO - Dropdown in menu (bug, not dropping down)
44 lines
795 B
SCSS
Vendored
44 lines
795 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;
|
|
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;
|
|
}
|