You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
522 B
23 lines
522 B
.actions {
|
|
margin-top: 1em;
|
|
background: linear-gradient(180deg,
|
|
rgba(0,0,0,0) calc(25% - 1px),
|
|
rgba(255,255,255,0.5) calc(25%),
|
|
rgba(0,0,0,0) calc(25% + 1px),
|
|
rgba(0,0,0,0) calc(50% - 1px),
|
|
rgba(255,255,255,0.5) calc(50%),
|
|
rgba(0,0,0,0) calc(50% + 1px),
|
|
rgba(0,0,0,0) calc(75% - 1px),
|
|
rgba(255,255,255,0.5) calc(75%),
|
|
rgba(0,0,0,0) calc(75% + 1px)
|
|
);
|
|
height: 3em;
|
|
|
|
position: absolute;
|
|
top:0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
|
|
margin: auto;
|
|
} |