Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1808 from OpenBazaar/cssUpdatesFor235
Browse files Browse the repository at this point in the history
Css updates for235
  • Loading branch information
jjeffryes authored Aug 16, 2019
2 parents 5dfe41c + f798d6a commit 3a58f81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 7 additions & 5 deletions js/templates/modals/settings/store.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,18 @@ <h5><%= ob.polyT('settings.storeTab.selectedModerators') %></h5>
<div class="rowLg"><% // just a spacer %></div>
</div>
<div class="row">
<div class="flexVCentClearMarg tx5 rowTn">
<h5 class="flexExpand"><%= ob.polyT('settings.storeTab.availableModerators') %></h5>
<input type="checkbox" id="storeVerifiedOnly" class="js-storeVerifiedOnly"<% if (ob.showVerifiedOnly) print('checked') %>>
<label class="tx5b" for="storeVerifiedOnly"><%= ob.polyT('settings.storeTab.verifiedOnly') %></label>
<div class="tx5 rowTn">
<div class="flexVCentClearMarg">
<h5 class="flexExpand"><%= ob.polyT('settings.storeTab.availableModerators') %></h5>
<input type="checkbox" id="storeVerifiedOnly" class="js-storeVerifiedOnly"<% if (ob.showVerifiedOnly) print('checked') %>>
<label class="tx5b" for="storeVerifiedOnly"><%= ob.polyT('settings.storeTab.verifiedOnly') %></label>
</div>
</div>
<ul class="unstyled errorList hide js-modListAvailableError">
<li><i class="ion-alert-circled"></i><span class="js-modListAvailableErrorText"></span> </li>
</ul>
<div class="js-modListAvailable"></div>
<div class="noModsAdded clrBr flexCent <% if (ob.modsAvailable.length) print('hide') %> js-noModsAdded">
<div class="noModsAdded flex clrBr <% if (ob.modsAvailable.length) print('hide') %> js-noModsAdded">
<button class="btn clrP clrBr browseMods js-browseMods">
<%= ob.polyT('settings.storeTab.browseModerators') %>
</button>
Expand Down
2 changes: 1 addition & 1 deletion styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ svg {
height: calc(100% - #{$bar + $barLg});
box-sizing: border-box;
z-index: 2; // chat needs to be on top of modals
@include chatOpeningTransition(width, background-color, border-color, height);
@include chatOpeningTransition(width, background-color, height);
overflow-y: auto;
overflow-x: hidden;
background-color: transparent;
Expand Down
2 changes: 2 additions & 0 deletions styles/modules/modals/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
min-height: 175px;
border-width: 1px;
border-style: solid;
align-items: center;
justify-content: center;
}

.bulkCoinUpdateBtn .confirmBox {
Expand Down

0 comments on commit 3a58f81

Please sign in to comment.