Изменены стили компонентов sidebar и base-компонентов под использование сетки
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
button.event-button Создать событие
|
||||
button.event-button.not-italic.leading-5.text-base.py-3.px-4 Создать событие
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -13,12 +13,8 @@
|
||||
outline: none
|
||||
border: none
|
||||
cursor: pointer
|
||||
font-style: normal
|
||||
line-height: 19px
|
||||
font-size: 16px
|
||||
width: fit-content
|
||||
color: var(--bg-white-color)
|
||||
background-color: var(--btn-blue-color)
|
||||
padding: 11px 16px 11px 16px
|
||||
border-radius: 4px
|
||||
</style>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
button.icon-plus(class="button-plus")
|
||||
button.icon-plus.button-plus.text-xs.pt-1
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -12,10 +12,11 @@
|
||||
.button-plus
|
||||
outline: none
|
||||
border: none
|
||||
font-size: 12px
|
||||
cursor: pointer
|
||||
width: 24px
|
||||
height: 24px
|
||||
max-height: 24px
|
||||
color: #4772F2
|
||||
padding: 7px 7px 5px 7px
|
||||
background-color: rgba(65, 105, 225, 0.25)
|
||||
border-radius: 50%
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
a(:href="path")
|
||||
button(:id="id" class='button-icon-item')
|
||||
button.button.text-4xl.py-3.pr-4.pl-3(:id="id")
|
||||
slot
|
||||
</template>
|
||||
|
||||
@@ -21,11 +21,9 @@
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
.button-icon-item
|
||||
.button
|
||||
width: fit-content
|
||||
padding: 12px 16px 12px 12px
|
||||
cursor: pointer
|
||||
font-size: 40px
|
||||
background-color: rgb(65, 105, 225, 0)
|
||||
border-radius: 0 4px 4px 0
|
||||
border-left-color: rgb(65, 105, 225, 0)
|
||||
@@ -34,11 +32,11 @@
|
||||
border-top: none
|
||||
border-bottom: none
|
||||
border-left-style: solid
|
||||
.button-icon-item:focus
|
||||
.button:focus
|
||||
background-color: rgb(65, 105, 225, 0.3)
|
||||
border-left-color: rgb(65, 105, 225, 1)
|
||||
color: #4169E1
|
||||
.button-icon-item:hover
|
||||
.button:hover
|
||||
background-color: rgb(65, 105, 225, 0.3)
|
||||
border-left-color: rgb(65, 105, 225, 1)
|
||||
color: #4169E1
|
||||
|
||||
Reference in New Issue
Block a user