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

github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_contact.scss')
-rw-r--r--assets/sass/components/_contact.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/sass/components/_contact.scss b/assets/sass/components/_contact.scss
new file mode 100644
index 0000000..18d1111
--- /dev/null
+++ b/assets/sass/components/_contact.scss
@@ -0,0 +1,24 @@
+.contact {
+ line-height: 2rem;
+
+ &__item {
+ position: relative;
+ font-size: 1rem;
+
+ & > i {
+ background-color: $color-primary;
+ color: $color-primary-text;
+ font-size: 1rem;
+ text-align: center;
+ border-radius: 50%;
+ padding-top: 0.5rem;
+ width: 2rem;
+ height: 2rem;
+ margin-right: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ & > span {
+ @include vt-center;
+ }
+ }
+} \ No newline at end of file