mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add panel, Rename menu
This commit is contained in:
parent
d8583d7f26
commit
39073e8cf0
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## 0.0.17
|
||||||
|
|
||||||
|
* `.control.is-inline` for horizontal forms
|
@ -1,3 +1,21 @@
|
|||||||
|
.card-header
|
||||||
|
align-items: stretch
|
||||||
|
box-shadow: 0 1px 2px rgba(black, 0.1)
|
||||||
|
display: flex
|
||||||
|
min-height: 36px
|
||||||
|
|
||||||
|
.card-header-title
|
||||||
|
align-items: center
|
||||||
|
color: $text-strong
|
||||||
|
display: flex
|
||||||
|
flex: 1
|
||||||
|
font-weight: bold
|
||||||
|
padding: 0 10px
|
||||||
|
|
||||||
|
.card-header-icon
|
||||||
|
+fa(14px, 36px)
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
.card-image
|
.card-image
|
||||||
display: block
|
display: block
|
||||||
position: relative
|
position: relative
|
||||||
@ -9,7 +27,10 @@
|
|||||||
|
|
||||||
.card-footer
|
.card-footer
|
||||||
background: $background
|
background: $background
|
||||||
display: block
|
align-items: center
|
||||||
|
display: flex
|
||||||
|
font-size: $size-small
|
||||||
|
justify-content: center
|
||||||
padding: 10px
|
padding: 10px
|
||||||
|
|
||||||
.card
|
.card
|
||||||
|
@ -7,4 +7,12 @@
|
|||||||
@import "tabs"
|
@import "tabs"
|
||||||
@import "media"
|
@import "media"
|
||||||
@import "menu"
|
@import "menu"
|
||||||
|
@import "panel"
|
||||||
@import "modal"
|
@import "modal"
|
||||||
|
|
||||||
|
.box
|
||||||
|
@extend .block
|
||||||
|
background: white
|
||||||
|
border-radius: 5px
|
||||||
|
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1)
|
||||||
|
padding: 20px
|
||||||
|
@ -1,76 +1,31 @@
|
|||||||
.menu-icon
|
.menu-nav
|
||||||
+fa(14px, 16px)
|
a
|
||||||
color: $text-light
|
display: block
|
||||||
float: left
|
padding: 5px 10px
|
||||||
margin: 0 4px 0 -2px
|
|
||||||
.fa
|
|
||||||
font-size: inherit
|
|
||||||
line-height: inherit
|
|
||||||
|
|
||||||
.menu-heading
|
|
||||||
background: $background
|
|
||||||
border-bottom: 1px solid $border
|
|
||||||
border-radius: 4px 4px 0 0
|
|
||||||
color: $text-strong
|
|
||||||
font-size: $size-medium
|
|
||||||
font-weight: 300
|
|
||||||
padding: 10px
|
|
||||||
|
|
||||||
.menu-list
|
.menu-list
|
||||||
a
|
a
|
||||||
|
border-radius: 2px
|
||||||
color: $text
|
color: $text
|
||||||
&:hover
|
|
||||||
color: $link
|
|
||||||
|
|
||||||
.menu-tabs
|
|
||||||
display: flex
|
|
||||||
font-size: $size-small
|
|
||||||
padding: 5px 10px 0
|
|
||||||
justify-content: center
|
|
||||||
&:not(:last-child)
|
|
||||||
border-bottom: 1px solid $border
|
|
||||||
a
|
|
||||||
border-bottom: 1px solid $border
|
|
||||||
margin-bottom: -1px
|
|
||||||
padding: 5px
|
|
||||||
&.is-active
|
|
||||||
border-bottom-color: $link-active-border
|
|
||||||
color: $link-active
|
|
||||||
|
|
||||||
.menu-block
|
|
||||||
color: $text-strong
|
|
||||||
display: block
|
display: block
|
||||||
line-height: 16px
|
padding: 4px 8px
|
||||||
padding: 10px
|
|
||||||
&:not(:last-child)
|
|
||||||
border-bottom: 1px solid $border
|
|
||||||
.checkbox
|
|
||||||
border: 1px solid transparent
|
|
||||||
border-radius: $radius
|
|
||||||
display: block
|
|
||||||
padding: 8px
|
|
||||||
padding-left: 32px
|
|
||||||
input
|
|
||||||
left: 9px
|
|
||||||
top: 9px
|
|
||||||
&:hover
|
&:hover
|
||||||
border-color: $link
|
|
||||||
|
|
||||||
a.menu-block:hover
|
|
||||||
background: $background
|
background: $background
|
||||||
|
color: $link
|
||||||
|
&.is-active
|
||||||
|
background: $link
|
||||||
|
color: $link-invert
|
||||||
|
li ul
|
||||||
|
border-left: 1px solid $border
|
||||||
|
margin: 8px
|
||||||
|
padding-left: 8px
|
||||||
|
|
||||||
.menu-checkbox
|
.menu-label
|
||||||
@extend .checkbox
|
color: $text-light
|
||||||
display: block
|
font-size: $size-small
|
||||||
padding: 9px 10px 9px 30px
|
letter-spacing: 1px
|
||||||
&:not(:last-child)
|
margin-bottom: 5px
|
||||||
border-bottom: 1px solid $border
|
padding-left: 8px
|
||||||
input
|
text-transform: uppercase
|
||||||
left: 8px
|
&:not(:first-child)
|
||||||
top: 10px
|
margin-top: 20px
|
||||||
|
|
||||||
.menu
|
|
||||||
border: 1px solid $border
|
|
||||||
border-radius: 5px
|
|
||||||
&:not(:last-child)
|
|
||||||
margin-bottom: 20px
|
|
||||||
|
76
bulma/components/panel.sass
Normal file
76
bulma/components/panel.sass
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
.panel-icon
|
||||||
|
+fa(14px, 16px)
|
||||||
|
color: $text-light
|
||||||
|
float: left
|
||||||
|
margin: 0 4px 0 -2px
|
||||||
|
.fa
|
||||||
|
font-size: inherit
|
||||||
|
line-height: inherit
|
||||||
|
|
||||||
|
.panel-heading
|
||||||
|
background: $background
|
||||||
|
border-bottom: 1px solid $border
|
||||||
|
border-radius: 4px 4px 0 0
|
||||||
|
color: $text-strong
|
||||||
|
font-size: $size-medium
|
||||||
|
font-weight: 300
|
||||||
|
padding: 10px
|
||||||
|
|
||||||
|
.panel-list
|
||||||
|
a
|
||||||
|
color: $text
|
||||||
|
&:hover
|
||||||
|
color: $link
|
||||||
|
|
||||||
|
.panel-tabs
|
||||||
|
display: flex
|
||||||
|
font-size: $size-small
|
||||||
|
padding: 5px 10px 0
|
||||||
|
justify-content: center
|
||||||
|
&:not(:last-child)
|
||||||
|
border-bottom: 1px solid $border
|
||||||
|
a
|
||||||
|
border-bottom: 1px solid $border
|
||||||
|
margin-bottom: -1px
|
||||||
|
padding: 5px
|
||||||
|
&.is-active
|
||||||
|
border-bottom-color: $link-active-border
|
||||||
|
color: $link-active
|
||||||
|
|
||||||
|
.panel-block
|
||||||
|
color: $text-strong
|
||||||
|
display: block
|
||||||
|
line-height: 16px
|
||||||
|
padding: 10px
|
||||||
|
&:not(:last-child)
|
||||||
|
border-bottom: 1px solid $border
|
||||||
|
.checkbox
|
||||||
|
border: 1px solid transparent
|
||||||
|
border-radius: $radius
|
||||||
|
display: block
|
||||||
|
padding: 8px
|
||||||
|
padding-left: 32px
|
||||||
|
input
|
||||||
|
left: 9px
|
||||||
|
top: 9px
|
||||||
|
&:hover
|
||||||
|
border-color: $link
|
||||||
|
|
||||||
|
a.panel-block:hover
|
||||||
|
background: $background
|
||||||
|
|
||||||
|
.panel-checkbox
|
||||||
|
@extend .checkbox
|
||||||
|
display: block
|
||||||
|
padding: 9px 10px 9px 30px
|
||||||
|
&:not(:last-child)
|
||||||
|
border-bottom: 1px solid $border
|
||||||
|
input
|
||||||
|
left: 8px
|
||||||
|
top: 10px
|
||||||
|
|
||||||
|
.panel
|
||||||
|
border: 1px solid $border
|
||||||
|
border-radius: 5px
|
||||||
|
&:not(:last-child)
|
||||||
|
margin-bottom: 20px
|
@ -187,6 +187,18 @@
|
|||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 5px
|
margin-bottom: 5px
|
||||||
|
|
||||||
|
.control-label
|
||||||
|
flex: 1
|
||||||
|
margin-right: 20px
|
||||||
|
padding-top: 7px
|
||||||
|
text-align: right
|
||||||
|
|
||||||
|
.control-element
|
||||||
|
display: flex
|
||||||
|
flex: 5
|
||||||
|
.input:not(:last-child)
|
||||||
|
margin-right: 10px
|
||||||
|
|
||||||
.control
|
.control
|
||||||
position: relative
|
position: relative
|
||||||
text-align: left
|
text-align: left
|
||||||
@ -211,15 +223,6 @@
|
|||||||
padding-left: 32px
|
padding-left: 32px
|
||||||
&:focus + .fa
|
&:focus + .fa
|
||||||
color: $control-active
|
color: $control-active
|
||||||
&.is-horizontal
|
|
||||||
display: flex
|
|
||||||
& > .button,
|
|
||||||
& > .input,
|
|
||||||
& > .select
|
|
||||||
&:not(:last-child)
|
|
||||||
margin-right: 10px
|
|
||||||
& > .input
|
|
||||||
flex: 1
|
|
||||||
&.is-grouped
|
&.is-grouped
|
||||||
display: flex
|
display: flex
|
||||||
.input,
|
.input,
|
||||||
@ -240,3 +243,14 @@
|
|||||||
border-radius: 0 $radius $radius 0
|
border-radius: 0 $radius $radius 0
|
||||||
&.is-centered
|
&.is-centered
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
&.is-horizontal
|
||||||
|
display: flex
|
||||||
|
& > .button,
|
||||||
|
& > .input,
|
||||||
|
& > .select
|
||||||
|
&:not(:last-child)
|
||||||
|
margin-right: 10px
|
||||||
|
& > .input
|
||||||
|
flex: 1
|
||||||
|
&.is-inline
|
||||||
|
display: flex
|
||||||
|
@ -7,13 +7,6 @@
|
|||||||
@import "messages"
|
@import "messages"
|
||||||
@import "notifications"
|
@import "notifications"
|
||||||
|
|
||||||
.box
|
|
||||||
@extend .block
|
|
||||||
background: white
|
|
||||||
border-radius: 5px
|
|
||||||
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1)
|
|
||||||
padding: 20px
|
|
||||||
|
|
||||||
.delete
|
.delete
|
||||||
+unselectable
|
+unselectable
|
||||||
-moz-appearance: none
|
-moz-appearance: none
|
||||||
|
@ -35,12 +35,7 @@
|
|||||||
img
|
img
|
||||||
max-height: 24px
|
max-height: 24px
|
||||||
a
|
a
|
||||||
color: $text
|
|
||||||
flex: 1
|
flex: 1
|
||||||
&:hover
|
|
||||||
color: $link-hover
|
|
||||||
&.is-active
|
|
||||||
color: $link-active
|
|
||||||
.fa
|
.fa
|
||||||
font-size: 21px
|
font-size: 21px
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
@ -49,6 +44,14 @@
|
|||||||
+mobile
|
+mobile
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
|
.header-item a,
|
||||||
|
a.header-item
|
||||||
|
color: $text
|
||||||
|
&:hover
|
||||||
|
color: $link-hover
|
||||||
|
&.is-active
|
||||||
|
color: $link-active
|
||||||
|
|
||||||
.header-icon
|
.header-icon
|
||||||
+fa(14px, 24px)
|
+fa(14px, 24px)
|
||||||
color: $text
|
color: $text
|
||||||
|
@ -64,12 +64,12 @@
|
|||||||
.header .container
|
.header .container
|
||||||
box-shadow: 0 1px 0 rgba($color-invert, 0.2)
|
box-shadow: 0 1px 0 rgba($color-invert, 0.2)
|
||||||
.header-icon,
|
.header-icon,
|
||||||
|
a.header-item,
|
||||||
.header-item > a:not(.button)
|
.header-item > a:not(.button)
|
||||||
color: $color-invert
|
color: rgba($color-invert, 0.5)
|
||||||
opacity: 0.5
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&.is-active
|
&.is-active
|
||||||
opacity: 1
|
color: $color-invert
|
||||||
.tabs
|
.tabs
|
||||||
a
|
a
|
||||||
color: $color-invert
|
color: $color-invert
|
||||||
|
Loading…
Reference in New Issue
Block a user