mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 02:13:27 -06:00
adjust Season image/text columns, make hyperlink carets blue/change to scoped scss
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
<b-list-group>
|
<b-list-group>
|
||||||
<b-list-group-item v-for="episode in season.episodes" :key="episode.episode_id">
|
<b-list-group-item v-for="episode in season.episodes" :key="episode.episode_id">
|
||||||
<b-row align-v="start">
|
<b-row align-v="start">
|
||||||
<b-col cols="3">
|
<b-col cols="5" md="4" lg="4" xl="3">
|
||||||
<b-img src="https://via.placeholder.com/150"></b-img>
|
<b-img-lazy fluid-grow class="px-2" src="https://via.placeholder.com/250"></b-img-lazy>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<h4>
|
<h4>
|
||||||
@@ -25,12 +25,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="css">
|
<style lang="scss" scoped>
|
||||||
h4 .b-icon {
|
h4 {
|
||||||
font-size: 0.85rem;
|
.b-icon {
|
||||||
|
font-size: 0.9rem;
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
color: #007fe0;
|
||||||
|
&:hover {
|
||||||
|
color: darken(#007fe0, 10%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user