1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
guide/static/css.css

23 lines
303 B
CSS
Raw Normal View History

2016-02-14 14:03:39 +03:00
.items {
display: flex; }
2016-02-14 14:19:32 +03:00
2016-02-14 14:03:39 +03:00
.item {
border: 1px solid;
margin: 5px; }
2016-02-14 14:19:32 +03:00
2016-02-20 16:12:45 +03:00
.traits {
2016-02-14 14:19:32 +03:00
display: flex }
2016-02-20 16:12:45 +03:00
.traits-group {
2016-02-14 14:19:32 +03:00
margin: 0px 5px; }
2016-02-20 00:09:49 +03:00
2016-02-20 15:47:24 +03:00
.anchor {
margin-right: 0.5em;
color: gray; }
2016-02-20 00:09:49 +03:00
.textButton {
margin-left: 1em; }
.textButton::before {content: "[";}
.textButton::after {content: "]";}