You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
3.1 KiB
163 lines
3.1 KiB
*{
|
|
font-family: "Roboto","Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.personalize-content{
|
|
padding: 10px 20px;
|
|
}
|
|
#image_banner{
|
|
width: 100%;
|
|
}
|
|
#banner{
|
|
position: relative;
|
|
}
|
|
.upload-banner{
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
}
|
|
#description{
|
|
width: 100%;
|
|
}
|
|
.tab-content{
|
|
padding: 20px 10px;
|
|
}
|
|
.upload-btn-wrapper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn {
|
|
border: 2px solid #009ad0;
|
|
color: #009ad0;
|
|
background-color: white;
|
|
padding: 5px 10px;
|
|
border-radius: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.upload-btn-wrapper input[type=file] {
|
|
font-size: 100px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0;
|
|
}
|
|
|
|
.upload-btn-wrapper input[type=file]:hover {
|
|
border: 2px solid #000;
|
|
color: #000;
|
|
background-color: #000;
|
|
padding: 8px 20px;
|
|
border-radius: 5px;
|
|
font-weight: bold;
|
|
}
|
|
.logo_prev img{
|
|
max-width: 50px
|
|
|
|
}
|
|
.logo_prev{
|
|
position: relative;
|
|
}
|
|
|
|
.event-cont{
|
|
position: relative;
|
|
}
|
|
.event-logo{
|
|
position: absolute;
|
|
border: 1px solid;
|
|
padding: 2px;
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
left: 59px;
|
|
top: 61px;
|
|
}
|
|
.event-logo img{
|
|
max-width: 25px;
|
|
}
|
|
|
|
.announcement_form label{
|
|
margin-top: 30px;
|
|
}
|
|
input[type="date"]::-webkit-calendar-picker-indicator {
|
|
background: transparent;
|
|
bottom: 0;
|
|
color: transparent;
|
|
cursor: pointer;
|
|
height: auto;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: auto;
|
|
}
|
|
.announcement-modal-view .modal{
|
|
overflow-y: auto;
|
|
}
|
|
.announcement-modal-view .modal .modal-dialog{
|
|
direction:ltr;
|
|
}
|
|
.announcement-modal-view .modal-title{
|
|
color: #fff;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 20px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
}
|
|
.announcement-modal-view .modal-content {
|
|
max-width: 800px;
|
|
float: none;
|
|
margin: 5rem auto;
|
|
}
|
|
.announcement-modal-view .modal-header{
|
|
background-color: #303030;
|
|
padding: 15px 20px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
flex-direction: column-reverse;
|
|
/*display: inline-block*/
|
|
}
|
|
.announcement-modal-view .modal-header .close {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
.announcement-modal-view .modal-footer button {
|
|
color: #fff;
|
|
background-color: #2e3942;
|
|
border-color: #2e3942;
|
|
font-family: 'Open Sans', sans-serif;
|
|
letter-spacing: 0.25rem;
|
|
width: 50%;
|
|
margin: 0.3rem;
|
|
}
|
|
.announcement-modal-view .modal-footer {
|
|
justify-content: center !important;
|
|
text-align: center !important;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
padding: 1rem;
|
|
border-top: 1px solid #dee2e6;
|
|
border-bottom-right-radius: .3rem;
|
|
border-bottom-left-radius: .3rem;
|
|
}
|
|
.announcement-modal-view .btn-secondary{
|
|
color: #fff;
|
|
background-color: #2e3942;
|
|
border-color: #2e3942;
|
|
font-family: 'Open Sans', sans-serif;
|
|
letter-spacing: 0.25rem;
|
|
font-weight: lighter !important;
|
|
}
|
|
.announcement-modal-view .closeModal_btn{
|
|
width: auto !important;
|
|
}
|
|
.dataTables_filter {
|
|
width: 50%;
|
|
float: right;
|
|
text-align: right;
|
|
}
|