remove less folder
This commit is contained in:
parent
6f5ba8f7aa
commit
53e43b7bbf
75 changed files with 27 additions and 8044 deletions
19
resources/assets/sass/_variables.scss
Normal file
19
resources/assets/sass/_variables.scss
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: #3490dc;
|
||||
$indigo: #6574cd;
|
||||
$purple: #9561e2;
|
||||
$pink: #f66D9b;
|
||||
$red: #e3342f;
|
||||
$orange: #f6993f;
|
||||
$yellow: #ffed4a;
|
||||
$green: #38c172;
|
||||
$teal: #4dc0b5;
|
||||
$cyan: #6cb2eb;
|
|
@ -2,7 +2,7 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700,800");
|
||||
|
||||
// Variables
|
||||
// @import "style";
|
||||
// @import "variables";
|
||||
|
||||
// Bootstrap
|
||||
// $icon-font-path: "../fonts/bootstrap/";
|
||||
|
@ -24,4 +24,7 @@
|
|||
// @import 'purecss/menus';
|
||||
// @import 'purecss/tables';
|
||||
|
||||
|
||||
.navbar-laravel {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue