Skip to content

Commit f2bdd1d

Browse files
committed
Resolve conflicts
2 parents 485e2ae + 914f5af commit f2bdd1d

File tree

1 file changed

+2
-123
lines changed

1 file changed

+2
-123
lines changed

webpack/sass/main.scss

+2-123
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
@import "../node_modules/@creativecommons/vocabulary/scss/color.scss";
44
@import "../node_modules/@creativecommons/vocabulary/scss/typography.scss";
55

6-
//Color Variables
7-
$pumpkin: #e15803;
8-
$orange: #FB7928;
9-
$candy: #EE5B32;
10-
$jet-black: #333333;
11-
$grey: rgba(255, 255, 255, 0.6);
12-
$blue: #00b5da;
13-
$white: #ffffff;
14-
15-
//Color Configs
16-
$brand-theme: $candy;
17-
$brand-theme-dark: $pumpkin;
18-
$brand-theme-light: $orange;
19-
20-
$text-color: $jet-black;
21-
$project-card-theme: $blue;
22-
236
.navbar-item {
247
&.has-dropdown {
258
.navbar-dropdown {
@@ -39,113 +22,9 @@ $project-card-theme: $blue;
3922

4023
.breadcrumb {
4124
@extend .padding-bigger;
42-
25+
4326
.link {
4427
@extend .has-color-forest-green;
4528
}
4629
}
47-
}
48-
49-
h2 {
50-
font-weight: 600;
51-
padding-bottom: 0.5rem;
52-
}
53-
54-
.page-content {
55-
position: relative;
56-
min-height: calc(100vh - 21vh);
57-
padding-bottom: 3rem;
58-
}
59-
60-
.card-columns {
61-
column-count: 2;
62-
}
63-
64-
.page-title {
65-
background-color: $white;
66-
border: {
67-
bottom-style: solid;
68-
color: $brand-theme;
69-
width: 10px;
70-
}
71-
padding-left: 0px;
72-
font-weight: 600;
73-
color: $text-color;
74-
}
75-
76-
@mixin large-border-style {
77-
background-color: $white;
78-
padding-left: 0px;
79-
}
80-
81-
.featured-project-card {
82-
@include large-border-style();
83-
border: {
84-
left-color: $project-card-theme !important;
85-
left-width: 10px;
86-
}
87-
min-width: 20rem;
88-
max-width: 20rem;
89-
}
90-
91-
.get-involved-card {
92-
min-width: 16rem;
93-
max-width: 20rem;
94-
border: 0;
95-
padding: 0.5rem 0rem;
96-
}
97-
98-
.project-idea-header {
99-
@include large-border-style();
100-
border: {
101-
bottom-color: $project-card-theme !important;
102-
bottom-width: 10px;
103-
}
104-
font-size: 1.5em;
105-
}
106-
107-
.badge-featured-project {
108-
background-color: $project-card-theme;
109-
color: $white;
110-
font-size: 0.8rem;
111-
}
112-
113-
.toc-card {
114-
width: 14rem;
115-
margin-bottom: 1rem;
116-
float: right;
117-
margin: 1rem;
118-
}
119-
120-
.toc {
121-
margin-bottom: 0;
122-
}
123-
124-
img {
125-
max-width: 100%;
126-
}
127-
128-
.github-corner:hover .octo-arm{
129-
animation:octocat-wave 560ms ease-in-out
130-
}
131-
132-
@keyframes octocat-wave{
133-
0%,100%{
134-
transform:rotate(0)
135-
}
136-
20%,60%{
137-
transform:rotate(-25deg)
138-
}
139-
40%,80%{
140-
transform:rotate(10deg)
141-
}
142-
}
143-
144-
@media (max-width:500px){
145-
.github-corner:hover .octo-arm{
146-
animation:none
147-
}
148-
.github-corner .octo-arm{
149-
animation:octocat-wave 560ms ease-in-out
150-
}
151-
}
30+
}

0 commit comments

Comments
 (0)