Changed all static inline style to CSS classes
This commit is contained in:
parent
128b19ef8f
commit
d9aac824ef
27 changed files with 179 additions and 112 deletions
|
|
@ -62,13 +62,10 @@
|
|||
<a :href="'//'+productLink">{{ productLink }}</a>
|
||||
</template>
|
||||
</i18n>
|
||||
<div
|
||||
style="position: relative; width: 100%; height: 40px"
|
||||
class="text-end"
|
||||
>
|
||||
<v-btn id="btn-new-room" class="new_room" text @click="createRoom">{{
|
||||
$t("profile_info_popup.new_room")
|
||||
}}</v-btn>
|
||||
<div class="text-end">
|
||||
<v-btn id="btn-new-room" class="new_room" text @click="createRoom">
|
||||
{{ $t("profile_info_popup.new_room") }}
|
||||
</v-btn>
|
||||
</div>
|
||||
</div>
|
||||
</v-card-text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue