Skip to content

Commit

Permalink
Update SVG and button styles for speaker presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Aug 26, 2024
1 parent 562f854 commit c1e8a25
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/presentations/hasumikin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/joker1007.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/kinoppyd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/koic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/makicamel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/shugomaeda.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/tompng.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/willnet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down
8 changes: 8 additions & 0 deletions pages/presentations/yui-knk.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ export default {
white-space: pre-wrap;
}
svg.v-icon__svg {
transform: none;
}
.slide-btn .v-icon {
margin-right: 7px;
}
@media (max-width: 600px) {
.v-col {
flex-basis: inherit !important;
Expand Down

0 comments on commit c1e8a25

Please sign in to comment.