contiago-toolbar
Version:
One of the options for outputting content from contiago xml-server
16 lines (14 loc) • 324 B
JavaScript
import styled from 'styled-components';
export default styled.div `
position: absolute;
display: inline-block;
bottom: 0.3vw;
right: 0.3vw;
color: white;
text-shadow:
-0.07vw -0.07vw 0 #000,
0.07vw -0.07vw 0 #000,
-0.07vw 0.07vw 0 #000,
0.07vw 0.07vw 0 #000;
font-size: 0.8vw;
`;