Files
win32.run/static/html/photon/app/css/tui-example-style.css
2023-02-13 19:32:10 +07:00

22 lines
288 B
CSS

body {
margin: 0;
padding: 0;
}
.code-description {
padding: 22px 52px;
background-color: rgba(81, 92, 230, 0.1);
line-height: 1.4em;
}
.code-description,
.code-description a {
font-family: Arial;
font-size: 14px;
color: #515ce6;
}
.code-html {
padding: 20px 52px;
}