30 lines
927 B
Sass
30 lines
927 B
Sass
// Prune: PrestaShop Admin Theme
|
|
// _ _ _ _ _
|
|
// _/\\___ _/\\___ ___ /\\ _/\\___ __/\\___
|
|
// (_ _ _))(_ _ ))/ //\ \\ (_ ))(_ ____))
|
|
// / |))\\ / |))// \:.\\_\ \\ / : \\ / ._))
|
|
// /:. ___// /:. \\ \ :. ///:. | ///:. ||___
|
|
// \_ \\ \___| // (_ ___))\___| // \ _____))
|
|
// \// \// \// \// \//
|
|
//
|
|
// by Vincent Terenti
|
|
|
|
@import "modules/colors"
|
|
$fa-font-path: "../../fonts"
|
|
$img-path: "../../img"
|
|
|
|
// Colors
|
|
$main-color: $grayCharcoal
|
|
$primary-color: $blueZurb
|
|
$secondary-color: #824868
|
|
$bg-content-color: $grayTaupe
|
|
|
|
// Typography
|
|
$url-font-content: "//fonts.googleapis.com/css?family=Droid+Sans:300,400,700"
|
|
$url-font-content-name : 'Droid Sans'
|
|
$url-font-headings: "//fonts.googleapis.com/css?family=Ubuntu+Condensed" !default
|
|
$url-font-headings-name: 'Ubuntu Condensed' !default
|
|
|
|
// Let's go party!
|
|
@import "admin-theme"
|