mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 12:09:20 +00:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
031971b859
|
|||
1488386e1d
|
|||
8c64a57a16
|
|||
c1e40c6789
|
|||
bd0787d0ec
|
|||
5f51088ab0
|
|||
d7a09a4dcd
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/components",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
@ -36,7 +36,7 @@
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006",
|
||||
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -s ./.storybook/public -p 6006",
|
||||
"build": "rollup --config",
|
||||
"prepublishOnly": "yarn build",
|
||||
"postinstall": "rollup --config"
|
||||
|
@ -216,9 +216,7 @@
|
||||
margin 0
|
||||
padding 0
|
||||
|
||||
.userMenu
|
||||
// padding-bottom 16px
|
||||
a
|
||||
.userMenu a
|
||||
padding 16px 0
|
||||
|
||||
|
||||
|
@ -68,7 +68,7 @@ interface Props {
|
||||
name: string
|
||||
}>
|
||||
/**
|
||||
* Internal Usem don't use it !
|
||||
* Internal Use don't use it !
|
||||
*/
|
||||
mobileMenu?: () => void
|
||||
}
|
||||
|
@ -3,14 +3,12 @@
|
||||
.row
|
||||
display flex
|
||||
flex-wrap wrap
|
||||
margin (0 - $gapSize) 0 0 (0 - $gapSize)
|
||||
padding $gapSize
|
||||
|
||||
&:not(.nomargin)
|
||||
margin (0 - $gapSize) 0 0
|
||||
padding 0 $gapSize * 2 0 $gapSize
|
||||
|
||||
.row:not(.nomargin)
|
||||
padding 0
|
||||
margin (0 - $gapSize) 0 0 (0 - $gapSize)
|
||||
&.nomargin
|
||||
.row
|
||||
padding 0
|
||||
|
||||
.nowrap
|
||||
flex-wrap nowrap
|
||||
|
Reference in New Issue
Block a user