mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-12-10 14:15:47 -05:00
Initial Commit
This commit is contained in:
commit
cc2af611e1
148 changed files with 54234 additions and 0 deletions
19
resources/sass/_variables.scss
vendored
Normal file
19
resources/sass/_variables.scss
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// Body
|
||||
$body-bg: #f8fafc;
|
||||
|
||||
// Typography
|
||||
$font-family-sans-serif: 'Nunito', sans-serif;
|
||||
$font-size-base: 0.9rem;
|
||||
$line-height-base: 1.6;
|
||||
|
||||
// Colors
|
||||
$blue: #ff6600;
|
||||
$indigo: #6574cd;
|
||||
$purple: #9561e2;
|
||||
$pink: #f66d9b;
|
||||
$red: #e3342f;
|
||||
$orange: #f6993f;
|
||||
$yellow: #ffed4a;
|
||||
$green: #38c172;
|
||||
$teal: #4dc0b5;
|
||||
$cyan: #6cb2eb;
|
||||
38
resources/sass/app.scss
vendored
Normal file
38
resources/sass/app.scss
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
// 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue