asyncnomi 3 years ago
parent
commit
f389f14bf8
  1. 21
      static/css/main.css

21
static/css/main.css

@ -179,12 +179,15 @@ button[type="submit"]:hover {
.activity {
display: flex;
flex-direction: column;
margin: 30px 0
margin: 30px 0;
border-bottom: 2px solid grey;
padding-bottom: 30px;
}
.activity>* {
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
}
.admin-textarea, .admin-input-date, #activityType {
@ -194,6 +197,20 @@ button[type="submit"]:hover {
margin: 5px 0px;
font-size: 15px;
height: 27px;
margin-left: 10px;
}
.activity-btn {
display: flex;
flex-direction: row;
}
.activity-btn>* {
margin-left: auto;
border: 1px solid orange;
padding: 10px;
border-radius: 5px;
background: #fa45
}
@media screen and (max-width: 800px) {

Loading…
Cancel
Save