Skip to content

Commit

Permalink
style(sass): issue where colors were rending incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Nov 6, 2018
1 parent 6f83e48 commit 08904cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/sass/partials/ui.sass
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ textarea.review-list
left: 50%
transform: translate(-50%, -50%)

.c3 text, .c3-text.c3-empty
.c3-legend-item text, .c3-text.c3-empty
fill: $text_color !important

.uk-table thead th
Expand Down
4 changes: 2 additions & 2 deletions src/views/dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<div class="uk-grid uk-margin-small-bottom">
<div class="uk-width-1-2">
<div class="panel trupanel nopadding" style="position: relative; min-height: 265px;">
<div class="panel trupanel nopadding" style="position: relative; min-height: 265px;" data-match-height=".dash-tags">
<h6 style="padding: 15px; margin: 0; font-size: 14px;">Top 5 Groups</h6>
<hr class="nomargin">
<div class="card-spinner">
Expand All @@ -109,7 +109,7 @@
<div id="pieChart"></div>
</div>
</div>
<div class="uk-width-1-2">
<div class="uk-width-1-2 dash-tags">
<div class="panel trupanel nopadding" style="position: relative; min-height: 265px;">
<h6 style="padding: 15px; margin: 0; font-size: 14px;">Top 10 Tags</h6>
<hr class="nomargin">
Expand Down
21 changes: 0 additions & 21 deletions src/views/layout/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,6 @@

</head>
<body>
<!--<div id="loader-wrapper" class="loader-wrapper">-->
<!--<div class="shadow-wrapper">-->
<!--<svg class="shadow">-->
<!--<defs>-->
<!--<radialGradient r="0.5" cy="0.5" cx="0.5" id="shadow">-->
<!--<stop stop-color="#323232" offset="0"></stop>-->
<!--<stop stop-opacity="0" stop-color="#323232" offset="1"></stop>-->
<!--</radialGradient>-->
<!--</defs>-->
<!--<ellipse class="shadow" opacity="0.2" ry="6" rx="35" id="svg_1" cy="65" cx="90" stroke-linecap="null" stroke-linejoin="null" stroke-width="0" stroke="#323232" fill="url(#shadow)"></ellipse>-->
<!--</svg>-->
<!--</div>-->
<!--<div class="test-wrapper">-->
<!--<svg id="t" class="t" style="width: 140px; height: 75px;" viewBox="0 0 288.9 70.1" preserveAspectRatio="xMidYMid meet">-->
<!--<g id="g" style="width: 100%; height: 100%;">-->
<!--<path class="s1" d="M28.5,28.4c-0.1,1.6-0.7,3.4-1.6,5.4c-2.4-0.3-4.6-0.4-6.8-0.4h-1.7c-2.9,13.9-4.3,22.6-4.3,26.1 c0,1.8,0.4,2.7,1.2,2.7c0.8,0,2.9-0.8,6.2-2.3l1.7,3.1C17.7,67.7,12.5,70,7.8,70c-2.2,0-4-0.7-5.4-2.1c-1.4-1.4-2.1-3.2-2.1-5.5 c0-2.3,0.3-4.9,0.8-7.7c0.5-2.9,1.3-6.4,2.2-10.6c0.9-4.2,1.6-7.5,2.1-10.1c-2.3,0.2-4,0.4-5.2,0.6c-0.1-0.8-0.2-1.8-0.2-3 c0-1.3,0.1-2.3,0.3-3.1h5.9c0.5-3.4,0.8-6.6,0.8-9.6L6.8,16v-0.3c4.9-1.7,9.5-2.5,13.8-2.5c0.2,1.3,0.4,2.8,0.4,4.7 c0,1.9-0.5,5.4-1.6,10.6H28.5z"></path>-->
<!--<circle class="s1" cx="35.9" cy="82" r="4" ></circle>-->
<!--</g>-->
<!--</svg>-->
<!--</div>-->
<!--</div>-->
<div id="loader-wrapper" class="dot-loader-wrapper loader-wrapper">
<div class="shadow-wrapper">
<svg class="shadow">
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!--</li>-->

{{#canUser data.user "notices:view"}}
<li {{#is nav 'notices'}} class='active' {{/is}}><a href="/notices"><i class="fa fa-exclamation-triangle fa-large"></i>Notices</a></li>
<li {{#is nav 'notices'}} class='active' {{/is}}><a href="/notices"><i class="material-icons">warning</i>Notices</a></li>
{{/canUser}}

<hr>
Expand Down

0 comments on commit 08904cf

Please sign in to comment.