matebeamter/static/css/style.css

41 lines
596 B
CSS
Raw Normal View History

2019-12-24 12:17:45 +00:00
.tile-content {
flex: 1 1 auto;
background-color: #36c30023;
display: flex;
justify-content: center;
flex-direction: column;
}
.tile-content * {
}
.tile-content label, .tile-content div {
width: 100%;
}
2019-12-23 13:09:49 +00:00
.tile {
2019-12-24 12:17:45 +00:00
display: inline-flex;
flex-direction: column;
align-content: stretch;
align-items: stretch;
justify-content: stretch;
2019-12-23 13:09:49 +00:00
border-radius: 6px;
box-shadow: 0 0 3px #c3c3c3;
2019-12-24 12:17:45 +00:00
margin: 30px 15px 0;
width: 200px;
height: 200px;
text-align: center;
}
.function {
background-color: #c300d223
2019-12-23 13:09:49 +00:00
}
.tile-list {
list-style: none;
}
2019-12-24 12:17:45 +00:00
hr {
margin-top: 30px;
2019-12-23 13:09:49 +00:00
}