Feat/tailwind (#1179)

This commit is contained in:
Liyas Thomas
2020-09-22 22:36:37 +05:30
committed by GitHub
parent 45fb612793
commit b747d0273c
59 changed files with 2020 additions and 1431 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ul>
<li>
<div class="flex-wrap">
<div class="row-wrapper">
<label for="body">{{ $t("response") }}</label>
<div>
<button

View File

@@ -1,7 +1,7 @@
<template>
<ul>
<li>
<div class="flex-wrap">
<div class="row-wrapper">
<label for="body">{{ $t("response") }}</label>
<div>
<button
@@ -16,18 +16,12 @@
</div>
</div>
<div id="response-details-wrapper">
<img class="response-image" :src="imageSource" />
<img class="max-w-full" :src="imageSource" />
</div>
</li>
</ul>
</template>
<style scoped lang="scss">
.response-image {
max-width: 100%;
}
</style>
<script>
export default {
props: {

View File

@@ -1,7 +1,7 @@
<template>
<ul>
<li>
<div class="flex-wrap">
<div class="row-wrapper">
<label for="body">{{ $t("response") }}</label>
<div>
<button

View File

@@ -1,7 +1,7 @@
<template>
<ul>
<li>
<div class="flex-wrap">
<div class="row-wrapper">
<label for="body">{{ $t("response") }}</label>
<div>
<button

View File

@@ -1,7 +1,7 @@
<template>
<ul>
<li>
<div class="flex-wrap">
<div class="row-wrapper">
<label for="body">{{ $t("response") }}</label>
<div>
<button