This commit is contained in:
syuilo
2020-02-14 01:24:05 +09:00
parent f5f7654f4b
commit 6e6b12519a
11 changed files with 23 additions and 11 deletions

View File

@@ -239,6 +239,10 @@ export default Vue.extend({
position: relative;
margin: 32px 0;
&:not(.inline):first-child {
margin-top: 8px;
}
> .icon {
position: absolute;
top: 0;

View File

@@ -77,6 +77,10 @@ export default Vue.extend({
position: relative;
margin: 32px 0;
&:not(.inline):first-child {
margin-top: 8px;
}
> .icon {
position: absolute;
top: 0;

View File

@@ -85,6 +85,10 @@ export default Vue.extend({
margin: 42px 0 32px 0;
position: relative;
&:first-child {
margin-top: 16px;
}
&:last-child {
margin-bottom: 0;
}