aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/_info.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/_sass/_info.scss b/_sass/_info.scss
new file mode 100644
index 0000000..7c6e256
--- /dev/null
+++ b/_sass/_info.scss
@@ -0,0 +1,9 @@
+.info_section {
+ margin-bottom: 1.5em;
+}
+
+.info_section__title {
+ background-color: $purple_color;
+ color: white;
+ padding: 0.4em;
+}