mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 04:29:11 +00:00
[design]: update snapshots
This commit is contained in:
parent
2cfc1a5831
commit
fe85c5ea9a
1 changed files with 103 additions and 77 deletions
|
@ -11,9 +11,9 @@ exports[`Storyshots Button Default 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"actions": Object {
|
"actions": Object {
|
||||||
"primary": "#46b646",
|
"primary": "#46b646",
|
||||||
"primaryText": "#efefef",
|
},
|
||||||
"secondary": "#e95353",
|
"button": Object {
|
||||||
"secondaryText": "#efefef",
|
"borderRadius": "2px",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,9 +33,9 @@ exports[`Storyshots Button Disabled 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"actions": Object {
|
"actions": Object {
|
||||||
"primary": "#46b646",
|
"primary": "#46b646",
|
||||||
"primaryText": "#efefef",
|
},
|
||||||
"secondary": "#e95353",
|
"button": Object {
|
||||||
"secondaryText": "#efefef",
|
"borderRadius": "2px",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,9 +55,9 @@ exports[`Storyshots Button Loading 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"actions": Object {
|
"actions": Object {
|
||||||
"primary": "#46b646",
|
"primary": "#46b646",
|
||||||
"primaryText": "#efefef",
|
},
|
||||||
"secondary": "#e95353",
|
"button": Object {
|
||||||
"secondaryText": "#efefef",
|
"borderRadius": "2px",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,15 @@ exports[`Storyshots Button Primary 1`] = `
|
||||||
padding: 1em 1.4em;
|
padding: 1em 1.4em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid rgba(0,0,0,0.1);
|
border: 1px solid rgba(0,0,0,0.1);
|
||||||
|
border-radius: ",
|
||||||
|
[Function],
|
||||||
|
";
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:disabled) {
|
||||||
&::after {
|
&::after {
|
||||||
content: \\"\\";
|
content: \\"\\";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -136,6 +144,7 @@ exports[`Storyshots Button Primary 1`] = `
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
",
|
",
|
||||||
"
|
"
|
||||||
background-color: ",
|
background-color: ",
|
||||||
|
@ -151,9 +160,9 @@ exports[`Storyshots Button Primary 1`] = `
|
||||||
"theme": Object {
|
"theme": Object {
|
||||||
"actions": Object {
|
"actions": Object {
|
||||||
"primary": "#46b646",
|
"primary": "#46b646",
|
||||||
"primaryText": "#efefef",
|
},
|
||||||
"secondary": "#e95353",
|
"button": Object {
|
||||||
"secondaryText": "#efefef",
|
"borderRadius": "2px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -208,7 +217,15 @@ exports[`Storyshots Button Secondary 1`] = `
|
||||||
padding: 1em 1.4em;
|
padding: 1em 1.4em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid rgba(0,0,0,0.1);
|
border: 1px solid rgba(0,0,0,0.1);
|
||||||
|
border-radius: ",
|
||||||
|
[Function],
|
||||||
|
";
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:disabled) {
|
||||||
&::after {
|
&::after {
|
||||||
content: \\"\\";
|
content: \\"\\";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -248,14 +265,23 @@ exports[`Storyshots Button Secondary 1`] = `
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
",
|
",
|
||||||
"
|
"
|
||||||
background-color: ",
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: ",
|
||||||
[Function],
|
[Function],
|
||||||
";
|
";
|
||||||
color: ",
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
border-color: ",
|
||||||
[Function],
|
[Function],
|
||||||
";
|
";
|
||||||
|
}
|
||||||
",
|
",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -263,9 +289,9 @@ exports[`Storyshots Button Secondary 1`] = `
|
||||||
"theme": Object {
|
"theme": Object {
|
||||||
"actions": Object {
|
"actions": Object {
|
||||||
"primary": "#46b646",
|
"primary": "#46b646",
|
||||||
"primaryText": "#efefef",
|
},
|
||||||
"secondary": "#e95353",
|
"button": Object {
|
||||||
"secondaryText": "#efefef",
|
"borderRadius": "2px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue