diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-24 21:00:06 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-11-24 21:08:15 +0000 |
commit | 1b40a9f803f33bc16852a907c1ff8269e956c1f6 (patch) | |
tree | cb6ef13376d1e372a891f1a442ee676b0c774ff7 /app/assets/stylesheets/framework.scss | |
parent | 54cf7dacdf3fac38161f0e962640543166715eb4 (diff) | |
download | gitlab-ce-1b40a9f803f33bc16852a907c1ff8269e956c1f6.tar.gz |
Handle toggle button with API request
Add tests
Update empty state
[ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 66212be1b8f..43b16d3cf7d 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -44,6 +44,7 @@ @import "framework/tabs"; @import "framework/timeline"; @import "framework/tooltips"; +@import "framework/toggle"; @import "framework/typography"; @import "framework/zen"; @import "framework/blank"; |