2020-01-22 11:53:40 +01:00
|
|
|
.admin-settings {
|
|
|
|
.home-page-settings {
|
|
|
|
.home-page-content {
|
|
|
|
.note-editor {
|
|
|
|
.note-toolbar .note-btn-group .note-btn .nugget {
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-22 11:53:40 +01:00
|
|
|
.note-editing-area .note-editable {
|
|
|
|
#news {
|
|
|
|
width: 100%;
|
|
|
|
background-color: #b1b1b1;
|
|
|
|
color: white;
|
|
|
|
border: 1px dashed #8f9091;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 10rem;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#projects {
|
|
|
|
@extend #news;
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-22 11:53:40 +01:00
|
|
|
line-height: 523px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#twitter {
|
|
|
|
@extend #news;
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-22 11:53:40 +01:00
|
|
|
line-height: 162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#members {
|
|
|
|
@extend #news;
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-22 11:53:40 +01:00
|
|
|
line-height: 320px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#events {
|
|
|
|
@extend #news;
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-22 11:53:40 +01:00
|
|
|
line-height: 621px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-27 17:10:29 +01:00
|
|
|
.home-page-style {
|
|
|
|
.panel {
|
|
|
|
border: 0;
|
2020-03-24 18:17:26 +01:00
|
|
|
|
2020-01-27 17:10:29 +01:00
|
|
|
.panel-heading {
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
font-size: 12px;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-01-22 11:53:40 +01:00
|
|
|
}
|
2020-05-20 17:18:19 +02:00
|
|
|
|
|
|
|
.section-separator {
|
|
|
|
background: radial-gradient(#dddddd, transparent);
|
|
|
|
height: 1px;
|
|
|
|
margin: 24px 33% 12px 33%;
|
|
|
|
}
|
2020-01-22 11:53:40 +01:00
|
|
|
}
|