mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-18 11:01:34 +01:00
Add languages, categorized them, add rechaptcha
This commit is contained in:
@@ -76,13 +76,17 @@ p{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.codeFilterCheckBox, .codeFilterButton{
|
||||
.codeFilterCheckBox, .codeFilterButton, .codeFilterTitle{
|
||||
margin: 0.2em 0;
|
||||
padding: 0;
|
||||
width: 100px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.codeFilterTitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.codeFilterSearch {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -136,11 +140,16 @@ p{
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
#filterBlock{
|
||||
.sub-depth{
|
||||
border-radius: 5px;
|
||||
box-shadow: inset 0px 0px 5px rgba(119, 119, 119, 0.205);
|
||||
}
|
||||
|
||||
#filterBlock, .filterBlock{
|
||||
align-content: center;
|
||||
width: 90%;
|
||||
margin-left: 7%;
|
||||
margin-right: 3%;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
#user{
|
||||
@@ -164,6 +173,16 @@ p{
|
||||
animation: spin 2s linear infinite;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.nopadding {
|
||||
padding: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
.nomargin {
|
||||
margin: 0%;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
|
||||
Reference in New Issue
Block a user