Improve wish buttons
This commit is contained in:
parent
a82420b171
commit
35a71da1c8
6 changed files with 6 additions and 5 deletions
2
semantic/dist/components/card.css
vendored
2
semantic/dist/components/card.css
vendored
|
@ -42,7 +42,7 @@
|
||||||
transition: box-shadow 0.1s ease, transform 0.1s ease;
|
transition: box-shadow 0.1s ease, transform 0.1s ease;
|
||||||
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
||||||
z-index: '';
|
z-index: '';
|
||||||
word-wrap: anywhere;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.ui.card {
|
.ui.card {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|
2
semantic/dist/components/card.min.css
vendored
2
semantic/dist/components/card.min.css
vendored
File diff suppressed because one or more lines are too long
2
semantic/dist/semantic.css
vendored
2
semantic/dist/semantic.css
vendored
|
@ -8436,7 +8436,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
||||||
transition: box-shadow 0.1s ease, transform 0.1s ease;
|
transition: box-shadow 0.1s ease, transform 0.1s ease;
|
||||||
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
||||||
z-index: '';
|
z-index: '';
|
||||||
word-wrap: anywhere;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.card {
|
.ui.card {
|
||||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
||||||
box-shadow: @boxShadow;
|
box-shadow: @boxShadow;
|
||||||
transition: @transition;
|
transition: @transition;
|
||||||
z-index: @zIndex;
|
z-index: @zIndex;
|
||||||
word-wrap: anywhere;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.ui.card {
|
.ui.card {
|
||||||
margin: @margin;
|
margin: @margin;
|
||||||
|
|
|
@ -274,6 +274,7 @@ svg#no-image,
|
||||||
/** Buttons */
|
/** Buttons */
|
||||||
.wishlist .ui.card > .extra.buttons {
|
.wishlist .ui.card > .extra.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Reference in a new issue