Skip to content

Commit

Permalink
Finish style section
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 committed Jun 1, 2023
1 parent 80d39f9 commit 2e9e6eb
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<va-card class="card card-2">
<va-card-content>
<table style="width: 100%;">
<table class="w-full">
<tr>
<td>Amount</td>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p>
{{ name }}
</p>
<p style="font-size: 14px;">
<p class="text-sm">
var(--va-{{ kebabCase(name) }})<span class="ml-2">{{ value }}</span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<va-button
preset="secondary"
color="#fff"
style="margin-left: -0.5rem;"
class="-ml-[0.5rem]"
>
Follow
</va-button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<!-- align-content-start -->
<div class="row align-content-start">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<!-- align--start -->
<div class="row align-start">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<!-- justify--start -->
<div class="row justify-start">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<div class="row">
<!-- align-self-start -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<div class="row">
<div class="flex flex-col md12">
Expand Down
5 changes: 2 additions & 3 deletions packages/docs/page-config/styles/grid/examples/Default.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p"
>
<div class="row">
<div
class="flex flex-col"
style="width: 100%;"
class="flex flex-col w-full"
>
<div class="item">
{{ $t("grid.examples.default.example") }}
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/page-config/styles/grid/examples/Gutters.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<div class="layout gutter--md">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/page-config/styles/grid/examples/Offsets.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<va-card
color="background-element"
style="padding: 0.75rem;"
class="p-3"
>
<div class="row">
<div class="flex flex-col xs1 offset-md3 offset-lg2">
Expand Down

0 comments on commit 2e9e6eb

Please sign in to comment.