Add organization blogs

This commit is contained in:
cuom1999 2022-05-30 01:59:53 -05:00
parent 99fc3d1015
commit 5fff6b1510
27 changed files with 1119 additions and 630 deletions

View file

@ -0,0 +1,26 @@
.leave-organization, .leave-organization:hover {
color: red;
}
#control-list li {
border-bottom: 1px solid black;
}
#pending-count-box {
float: right;
text-align: center;
background: red;
color: white;
border-radius: 3px;
padding-left: 0.3em;
padding-right: 0.3em;
}
.org-field-wrapper {
input[type=text], textarea {
width: 100%;
}
.select2 {
width: 100% !important;
}
}
.org-field-wrapper {
margin-top: 0.4em;
}

View file

@ -13,3 +13,4 @@
@import "contest";
@import "misc";
@import "chatbox";
@import "organization";