Plankton_Detector/PlanktonDetector/static/Community/css/add_post.css

33 lines
501 B
CSS
Raw Normal View History

2024-01-07 00:24:35 +01:00
#add_post{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
2024-03-14 23:20:12 +01:00
color:white;
height: 100%;
2024-01-07 00:24:35 +01:00
}
2024-03-14 23:20:12 +01:00
2024-01-07 00:24:35 +01:00
2024-01-07 01:10:31 +01:00
#add_post label{
margin-bottom: 10px;
2024-03-14 23:20:12 +01:00
margin-top: 10px;
2024-01-07 01:10:31 +01:00
font-size: 20px;
font-weight: bold;
}
2024-01-07 00:24:35 +01:00
2024-03-14 23:20:12 +01:00
.btn-primary{
background-color: #205985;
--bs-btn-border-color:transparent;
margin-top: 20px;
}
#id_title{
border-color: white;
}
.django-ckeditor-widget{
border:none;
width: auto;
padding:0px 15px 0px 15px
2024-01-07 00:24:35 +01:00
}