UNPKG
@stories-js/core
Version:
latest (0.2.0)
0.2.0
Stories web components to build stories
storiesjs/stories
@stories-js/core
/
dist
/
collection
/
components
/
buttons
/
buttons.css
15 lines
(14 loc)
•
242 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:host
{
display
: flex;
align-items
: center;
transform
:
translateZ
(
0
);
z-index
:
99
; }
::slotted
(*) stories-
button
{
--padding-top
:
0
;
--padding-bottom
:
0
;
margin-left
:
0
;
margin-right
:
0
;
margin-top
:
0
;
margin-bottom
:
0
; }