Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorKyle Meadows <Kyle.Meadows@610ind.com>2020-07-18 02:11:38 +0300
committerKyle Meadows <Kyle.Meadows@610ind.com>2020-07-18 02:11:38 +0300
commit49a78d6a3926b6d5e3871577cede0d12906bad78 (patch)
tree3d013b2c44eb91d4c5ca656de2956e3cc2d5064b /css
parentfcf38daf337d5c3afec907d12be7d928666ef02a (diff)
@dirdi Good thinking. My bad.
Signed-off-by: Kyle Meadows <Kyle.Meadows@610ind.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/css/style.scss b/css/style.scss
index df1fcc4..194568a 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -69,30 +69,30 @@
@include icon-black-white('announcementcenter-dark', 'announcementcenter', 1);
@include icon-black-white('notifications-off', 'announcementcenter', 1);
-.section>span {
+.section > span {
padding-right: 7px;
color: #878787;
}
-.section>blockquote {
+.section > blockquote {
padding: 5px 10px;
border-left: 1px solid var(--color-border-dark);
}
-.section>ul,
+.section > ul,
ol {
padding-inline-start: 40px;
}
-.section>ul {
+.section > ul {
list-style-type: disc;
}
-.section>ul ul {
+.section > ul ul {
list-style-type: circle;
}
-.section>ul ul ul {
+.section > ul ul ul {
list-style-type: square;
}
@@ -108,7 +108,7 @@ ol {
display: inline-block;
}
-#commentsTabView_header>p {
+#commentsTabView_header > p {
margin: 10px;
font-size: 22px;
font-weight: bold;
@@ -120,4 +120,4 @@ ol {
margin: 5px;
position: absolute;
right: 0;
-} \ No newline at end of file
+}