mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Remove all but 3 font weights
This commit is contained in:
parent
ed2e15483c
commit
44e0eb8217
13 changed files with 17 additions and 17 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<label
|
||||
v-if="isFocused"
|
||||
:for="inputId"
|
||||
class="block font-medium absolute"
|
||||
class="block font-bold absolute"
|
||||
style="top: -2em;"
|
||||
>Email</label>
|
||||
<div class="mt-1 relative rounded-md shadow-sm">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<label
|
||||
v-if="isFocused"
|
||||
:for="inputId"
|
||||
class="block font-medium absolute"
|
||||
class="block font-bold absolute"
|
||||
style="top: -2em;"
|
||||
>Email</label>
|
||||
<div class="mt-1 relative rounded-md shadow-sm">
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export default {
|
|||
classlist () {
|
||||
const defaultClassGroups = {
|
||||
general: 'relative inline-flex items-center rounded-md px-4 py-2',
|
||||
font: 'leading-5 font-medium',
|
||||
font: 'leading-5 font-bold',
|
||||
text: 'text-white',
|
||||
border: 'border border-transparent focus:outline-none focus:border-indigo-600',
|
||||
shadow: 'neumorphic-shadow focus:shadow-outline-indigo',
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
]"
|
||||
:class-groups="{
|
||||
// general: 'relative inline-flex items-center rounded-md px-4 py-2',
|
||||
// font: 'leading-5 font-medium',
|
||||
// font: 'leading-5 font-bold',
|
||||
// text: 'text-white',
|
||||
// border: 'border border-transparent focus:outline-none focus:border-indigo-600',
|
||||
shadow: 'hover:neumorphic-shadow',
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
]"
|
||||
:class-groups="{
|
||||
// general: 'relative inline-flex items-center rounded-md px-4 py-2',
|
||||
// font: 'leading-5 font-medium',
|
||||
// font: 'leading-5 font-bold',
|
||||
// text: 'text-white',
|
||||
// border: 'border border-transparent focus:outline-none focus:border-indigo-600',
|
||||
shadow: 'hover:neumorphic-shadow',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue