Skip to content

Commit

Permalink
update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Feb 2, 2020
1 parent 8bce78c commit 20c2198
Show file tree
Hide file tree
Showing 25 changed files with 529 additions and 1,608 deletions.
31 changes: 16 additions & 15 deletions cardbuilder/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ button {
justify-content: center;
}

.cardScalable {
position: relative;
contain: layout style;
}

.cardPadder-backdrop, .cardPadder-smallBackdrop {
padding-bottom: 56.25%;
contain: strict;
Expand All @@ -80,6 +75,11 @@ button {
contain: strict;
}

.cardScalable {
position: relative;
contain: layout style;
}

.cardBox {
padding: 0 !important;
margin: .4em;
Expand Down Expand Up @@ -130,14 +130,14 @@ button {
}

@media (pointer: coarse) {
.card-touchzoom {
.cardBox-touchzoom {
transition: transform 100ms ease-in-out;
transition-delay: 80ms;
}

.card-touchzoom:active {
transform: scale(.94);
}
.card:active > .cardBox-touchzoom {
transform: scale(.94);
}
}

.btnCardOptions {
Expand Down Expand Up @@ -794,15 +794,16 @@ button {
}

.chkCardSelectContainer {
font-size: 68%;
font-size: 76%;
width: auto !important;
margin: .125em 0 0 .25em !important;
height: 2.2em !important;
margin: .25em 0 0 .25em !important;
display: flex !important;
height: auto !important;
}

.chkCardSelectContainer .checkboxOutline {
border-color: rgba(255,255,255,.8) !important;
}
.chkCardSelect + span:before {
border-color: rgba(255,255,255,.8) !important;
}

@media(hover: hover) and (pointer: fine) {
.card-hoverable:hover .cardOverlayContainer {
Expand Down
Loading

0 comments on commit 20c2198

Please sign in to comment.