start project "move to typescript"

This commit is contained in:
geoffrey45
2022-03-14 21:05:58 +03:00
parent ead3a731ef
commit 33a9aa2c30
18 changed files with 48 additions and 41 deletions
+5
View File
@@ -35,6 +35,11 @@ $brown: rgb(172, 142, 104);
$indigo: rgb(94, 92, 230);
$teal: rgb(64, 200, 224);
// 60 30 10
$primary: $blue;
$accent: $indigo;
$cta: $red;
// media query mixins
@mixin phone-only {
@media (max-width: 599px) {
+8 -4
View File
@@ -11,7 +11,8 @@
body {
margin: 0;
background-color: $card-dark;
background-color: #171c28;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@@ -97,15 +98,18 @@ button {
.tabs {
grid-area: tabs;
border-left: solid 1px $gray3;
@include tablet-landscape {
display: none;
}
}
.gsearch-input {
grid-area: search-input;
border-left: solid 1px $gray;
border-left: solid 1px $gray3;
}
.topnav {
@@ -116,7 +120,7 @@ button {
width: 15rem;
grid-area: l-sidebar;
padding-top: 0.5rem;
border-right: solid 1px $gray;
border-right: solid 1px $gray3;
}
.bottom-bar {
@@ -156,7 +160,6 @@ button {
max-width: 1504px;
.nav {
border: solid;
margin: $small;
width: calc(100% - 1rem);
}
@@ -164,6 +167,7 @@ button {
.r-sidebar {
grid-area: r-sidebar;
border-left: solid 1px $gray3;
}
.image {