This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
crispy-css
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
bugfix panel
master
HerrHase
6 years ago
parent
1a8b7aae5a
commit
1906df7032
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dest/css/styles.css
+1
-1
dest/css/styles.min.css
+1
-1
src/scss/example.scss
+ 2
- 2
dest/css/styles.css
File diff suppressed because it is too large
View File
+ 1
- 1
dest/css/styles.min.css
File diff suppressed because it is too large
View File
+ 1
- 1
src/scss/example.scss
View File
@ -24,7 +24,7 @@
.
panel
{
border
:
1px
solid
$
crispy__color-secondary
;
background-color
:
lighten
(
$
crispy__color-secondary
,
10
%
)
;
background-color
:
lighten
(
$
crispy__color-secondary
,
25
%
)
;
}
/
/
helpers
Write
Preview
Loading…
Cancel
Save