You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/sass/app.scss

25 lines
363 B
SCSS

// Fonts
@import 'vazirmatn/Vazirmatn-font-face.css';
@import "remixicon/fonts/remixicon.css";
// Variables
@import 'variables';
// Bootstrap
@import 'bootstrap/scss/bootstrap';
*{
padding: 0;
margin: 0;
}
body{
min-height: 100vh;
overflow-x: hidden;
}
a{
text-decoration: none !important;
}
@import "common";
@import "raw";
@import "fix";