Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions packages/typescriptlang-org/src/templates/documentation.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@import "../style/globals.scss";

#beta {
background: repeating-linear-gradient(45deg,
#9b9a4e,
#9b9a4e 10px,
#6e6a33 10px,
#6e6a33 20px);
background: repeating-linear-gradient(
45deg,
#9b9a4e,
#9b9a4e 10px,
#6e6a33 10px,
#6e6a33 20px
);
background-color: "#c63131";
text-align: center;
color: white;
Expand All @@ -30,7 +32,7 @@
}

// Page title
&>h1 {
& > h1 {
font-size: 3.5rem;
line-height: 3.5rem;
font-weight: 400;
Expand Down Expand Up @@ -81,7 +83,7 @@
position: relative;
top: 0;
width: 100%;
z-index: 1000;
z-index: 98;
margin-left: 0;
order: 1;
}
Expand Down Expand Up @@ -134,7 +136,6 @@
}

.like-dislike-subnav {

#like-button,
#dislike-button {
cursor: pointer;
Expand Down Expand Up @@ -477,6 +478,6 @@
overflow: auto;
max-height: 80vh;
ul {
padding-left: .5em !important;
padding-left: 0.5em !important;
}
}
Loading