From 04bd83c37cfaae7a5db82e20863af0d6b83948a6 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Wed, 24 Feb 2016 16:20:43 +0100 Subject: [PATCH] clean cartoassets --- src/fonts/cartoIcon.eot | Bin 19808 -> 19808 bytes src/fonts/cartoIcon.ttf | Bin 19636 -> 19636 bytes src/fonts/cartoIcon.woff | Bin 12424 -> 12424 bytes src/scss/cdb-components/lists.scss | 83 ----------------------- src/scss/cdb-components/menu.scss | 104 ----------------------------- 5 files changed, 187 deletions(-) diff --git a/src/fonts/cartoIcon.eot b/src/fonts/cartoIcon.eot index b798a0b3e9580988843092c75a26e47a40a830d1..9963c375d87615e822b0a53ac5a7c4e5bd8f8332 100644 GIT binary patch delta 52 zcmaDbi}ArM#tF8JN)zqYGhYq-H}S(XDJ9={ew(ih+>E~%fZ)>SjxHFzc>&`AZvZc{ B6y5*; delta 52 zcmaDbi}ArM#tF8J&nMcgXTI{jZsLb&QqO(k`E9;3a5Mg50D?=O!@Xei<^_xgya8k$ B6{7$E diff --git a/src/fonts/cartoIcon.ttf b/src/fonts/cartoIcon.ttf index 014b8d8be8584cbcec1296126275eaf17a1ff238..d14b72fd6d44f89f6501c1effe9ef738c6bc57de 100644 GIT binary patch delta 46 vcmdlolX1&T#tDwhR|Ee|beSfl{@fQOST>9M61*129Ip7TdqiPb2 delta 46 vcmdlolX1&T#tDwhSKil6beSgg+&7-z<|_j?<1Ypvxb!*P3r27Ja=;q^w!adL diff --git a/src/fonts/cartoIcon.woff b/src/fonts/cartoIcon.woff index 1b178a0c50efff96a92a780abde43b1139c75476..3b618030f4a068ceeca269ffa27f61ccd7090d14 100644 GIT binary patch delta 60 zcmV-C0K@-?VTfUnc>~o^{;_<@C@Al*sqy?aUm3U=e*r}pE`9Fkg3)iv|9|I-VEhB* SaxgG~L;;EV4)3#WDH;c=@*SK2 delta 60 zcmV-C0K@-?VTfUnc>~n%ezAPYC@7y@sqy?aUm3U=e*r}pE`1L7g3)iv|9|I-VEhB* SaxgG~L;-744b!u3DH;cMd>do{ diff --git a/src/scss/cdb-components/lists.scss b/src/scss/cdb-components/lists.scss index 14414db..ff40d44 100644 --- a/src/scss/cdb-components/lists.scss +++ b/src/scss/cdb-components/lists.scss @@ -26,86 +26,3 @@ padding: 12px 16px; } - -/* SG -# Lists/Lists Widgets - - -``` - -``` -*/ - -@import '../cdb-utilities/mixins'; -@import '../cdb-variables/sizes'; -@import '../cdb-variables/colors'; - - -.CDB-BlockList-item { - @include display-flex(); - margin-bottom: $baseSize; - padding: $baseSize * 2; - border: 1px solid $cSecondaryLine; - border-radius: $baseSize / 2; - - &:last-child { - margin-bottom: 0; - } -} - -.CDB-BlockList-inner { - @include flex(1); -} - -.CDB-BlockList-Title { - @include display-flex(); - @include align-items(center); -} - -.CDB-BlockList-TitleText { - @include flex(1); - width: 0; - padding-right: $baseSize * 2; -} - -.CDB-BlockList-media { - width: 40px; - height: 40px; - border: 1px solid $cSecondaryLine; - border-radius: $baseSize / 2; - background: $cThirdBackground; -} - - - diff --git a/src/scss/cdb-components/menu.scss b/src/scss/cdb-components/menu.scss index 0d0c91c..2d43f8b 100644 --- a/src/scss/cdb-components/menu.scss +++ b/src/scss/cdb-components/menu.scss @@ -63,10 +63,6 @@ - -

-

- ``` */ @@ -155,103 +151,3 @@ } } - -/* SG -# Menu/Editor - - -``` -
- - - - - -
-``` -*/ - -.CDB-MenuEditor { - position: relative; - width: 72px; - min-height: 450px; - box-sizing: border-box; - padding: $baseSize * 2 0; - background: $cBlue; - box-shadow: 4px 0 $baseSize * 2 rgba(0, 0, 0, 0.05); -} - -.CDB-MenuEditor-navigationItem { - padding: 12px $baseSize * 2 12px $baseSize + 6; - border-left: 2px solid transparent; - text-align: center; -} -.CDB-MenuEditor-navigationItem.is-selected { - border-left: 2px solid #FFF; -} -.CDB-MenuEditor-navigationItem.is-selected .CDB-MenuEditor-navigationIcon { - opacity: 1; -} - -.CDB-MenuEditor-navigationLink { - display: block; -} -.CDB-MenuEditor-navigationIcon { - color: #FFF; - font-size: 24px; - line-height: 24px; - opacity: 0.32; -} -.CDB-MenuEditor-navigationLink:hover .CDB-MenuEditor-navigationIcon { - opacity: 1; -} - -.CDB-MenuEditor-logo { - width: 40px; - height: 40px; - margin: 0 auto $baseSize * 2; - padding: $baseSize - 2 0; - border-radius: $baseSize / 2; - background: #FFF; - box-sizing: border-box; - font-size: $baseSize * 3; - text-align: center; -} - -.CDB-MenuEditor-avatar { - position: absolute; - bottom: $baseSize * 2; - left: $baseSize * 2; - width: 40px; - height: 40px; -} -.CDB-MenuEditor-avatarImage { - width: 100%; - border-radius: $baseSize / 2; -} -