Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
communs
communs-wp-theme
Commits
abcc11bc
Commit
abcc11bc
authored
Jul 30, 2016
by
numahell
Browse files
List styles, colors
parent
f3f78020
Changes
5
Hide whitespace changes
Inline
Side-by-side
assets/images/chevron.png
0 → 100644
View file @
abcc11bc
277 Bytes
assets/scss/base/_typo.scss
View file @
abcc11bc
...
...
@@ -42,3 +42,7 @@ a.active {
color
:
$c-orange
;
text-decoration
:
none
;
}
li
{
list-style-image
:
url('../images/chevron.png')
;
}
assets/scss/components/_thumbnails.scss
0 → 100644
View file @
abcc11bc
.thumbnails
>
li
{
list-style
:
none
;
}
assets/scss/foundation.scss
View file @
abcc11bc
...
...
@@ -90,6 +90,7 @@
@import
"components/featured-image"
;
@import
"components/dividers"
;
@import
"components/links"
;
@import
"components/thumbnails"
;
// Templates
@import
"templates/front"
;
...
...
assets/scss/global/_settings.scss
View file @
abcc11bc
...
...
@@ -45,19 +45,20 @@
// 1. Global
// ---------
$global-font-size
:
85%
;
$global-font-size
:
8
7
.
5%
;
$global-width
:
rem-calc
(
1200
);
$global-lineheight
:
1
.5
;
$foundation-palette
:
(
primary
:
#
2199e
8
,
primary
:
#
1082a
8
,
secondary
:
#777
,
success
:
#3adb76
,
warning
:
#ffae00
,
alert
:
#e
c5840
,
alert
:
#e
87151
,
);
$light-gray
:
#e6e6e6
;
$medium-gray
:
#cacaca
;
$dark-gray
:
#8a8a8a
;
$light-gray
:
#e8e8e8
;
$medium-gray
:
#d7d7d7
;
$dark-gray
:
#999999
;
$darker-gray
:
#707070
;
$black
:
#0a0a0a
;
$white
:
#f5f5f5
;
$body-background
:
$white
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment