forked from getsmarter/moodle-mod_groupselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles_app.css
More file actions
31 lines (27 loc) · 750 Bytes
/
styles_app.css
File metadata and controls
31 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* GLOBAL STYLING */
.hsu-text-editor-wrapper {
padding: 0 !important;
}
/* ADD DISCUSSION PAGE */
.hsu-add-discussion .hsu-text-editor-wrapper .item-inner,
.add-discussion-button-wrapper .item-inner {
padding-right: 0 !important;
}
/* VIEW DISCUSSION POSTS PAGE */
.hsu-view-discussion-posts-page .hsu-text-editor-wrapper .item-inner,
.hsu-view-discussion-posts-page .hsu-text-editor-wrapper .item-inner .input-wrapper {
margin: 0 !important;
}
/* MEDIA QUERIES */
/* Filter boxes */
@media screen and (max-width: 429px) {
.hsu-filter-box ion-col {
width: 100%;
}
.hsu-filter-box .select-text {
text-align: left !important;
}
.hsu-filter-box ion-item {
padding-left: 0 !important;
}
}