multi-account-post-schedule.../public/stylesheets/style.css

37 lines
507 B
CSS
Raw Normal View History

2022-07-07 18:23:44 +02:00
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
padding: 1em;
margin-right:1ch;
}
2022-07-07 19:28:40 +02:00
.post-message{
margin: 1em;
border-left: 3px solid #ccc;
padding-left: 1em;
2022-07-11 17:04:46 +02:00
}
select{
padding:1rem;
margin: 1em 0;
2022-07-11 17:45:28 +02:00
}
.wip{
color: grey;
padding: 1rem;
margin-top:1em;
}
.wip input{
background: grey;
}
.account__avatar-overlay{
border: solid 3px transparent;
}
.account__avatar-overlay:hover{
cursor:pointer;
border: solid 3px grey;
2022-07-07 19:28:40 +02:00
}