Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 94e1c80

Browse files
committed
Added website features style and website icons style
1 parent baa10ec commit 94e1c80

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

_sass/main.scss

+38-4
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,47 @@
7474
}
7575
}
7676

77-
//Docs icons style
78-
.docs-icons {
77+
//Website icons
78+
.website-icons {
79+
display: block;
80+
margin-left: auto;
81+
margin-right: auto;
82+
//margin-bottom: 10px;
7983
width: 80px;
8084
height: 80px;
8185
background-repeat: no-repeat;
8286
background-image: url("/assets/images/icons.png");
83-
margin-left: auto;
84-
margin-right: auto;
8587
}
8688

89+
//Features section
90+
.website-feature {
91+
min-height: 200px;
92+
//margin-bottom: 15px;
93+
border-radius: 5px;
94+
transition: background-color 0.3s;
95+
&:hover {
96+
background-color: rgba(siimple-color("blue"), 0.1);
97+
}
98+
//Feature image
99+
&-image {
100+
margin-bottom: 10px;
101+
}
102+
//Feature title
103+
&-title {
104+
//color: $siimple-white;
105+
font-size: 22px;
106+
line-height: 22px;
107+
font-weight: 600;
108+
text-align: center;
109+
margin-bottom: 10px;
110+
}
111+
//Feature description
112+
&-description {
113+
font-size: 15px;
114+
line-height: 23px;
115+
text-align: center;
116+
opacity: 0.8;
117+
}
118+
}
119+
120+

0 commit comments

Comments
 (0)