2021-11-05 15:29:32 +00:00
|
|
|
$btn-border-radius: 25px;
|
2021-11-08 14:56:33 +00:00
|
|
|
$btn-border-width: 0px;
|
|
|
|
|
2021-11-20 18:52:37 +00:00
|
|
|
.roots {
|
2021-11-23 11:09:53 +00:00
|
|
|
width: 15%;
|
2021-11-20 18:52:37 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 1%;
|
|
|
|
}
|
2021-11-08 14:42:07 +00:00
|
|
|
#facebook {
|
|
|
|
background-color: #1877f2;
|
|
|
|
}
|
2021-11-08 14:56:33 +00:00
|
|
|
#instagram {
|
|
|
|
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
|
2021-11-16 16:00:13 +00:00
|
|
|
color: black;
|
2021-11-08 14:56:33 +00:00
|
|
|
}
|
|
|
|
#twitter {
|
|
|
|
background-color: #1da1f2;
|
|
|
|
}
|
|
|
|
#github {
|
|
|
|
background-color: #fafafa;
|
|
|
|
color: #333;
|
|
|
|
}
|
2021-11-08 15:00:03 +00:00
|
|
|
#youtube {
|
|
|
|
background-color: #ff0000;
|
|
|
|
}
|
|
|
|
#linkedin {
|
|
|
|
background-color: #0077b5;
|
|
|
|
}
|
|
|
|
#pinterest {
|
2021-11-16 16:00:13 +00:00
|
|
|
background-color: #e60023;
|
2021-11-08 15:02:39 +00:00
|
|
|
}
|
|
|
|
#tumblr {
|
|
|
|
background-color: #35465c;
|
2021-11-16 16:00:13 +00:00
|
|
|
display: flex;
|
2021-11-22 19:26:52 +00:00
|
|
|
align-items: center;
|
2021-11-23 11:18:48 +00:00
|
|
|
justify-content: center;
|
2021-11-22 19:26:52 +00:00
|
|
|
.text {
|
|
|
|
margin-left: 1mm;
|
2021-11-16 16:00:13 +00:00
|
|
|
}
|
2021-11-08 15:00:03 +00:00
|
|
|
}
|
2021-11-08 18:46:20 +00:00
|
|
|
#reddit {
|
|
|
|
background-color: #ff4500;
|
|
|
|
}
|
2021-11-08 14:56:33 +00:00
|
|
|
|
2021-11-05 15:32:56 +00:00
|
|
|
@import "./node_modules/bootstrap/scss/bootstrap.scss";
|