mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 12:32:42 +00:00
Twitter posts
This commit is contained in:
@@ -114,3 +114,42 @@ body.gdb {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.ttt {
|
||||
$borderColor: #e1e8ed;
|
||||
$borderHover: #ccd6dd;
|
||||
$textLight: #697882;
|
||||
$textDark: #1c2022;
|
||||
$textHover: #3b94d9;
|
||||
$borderRadius: .35em;
|
||||
|
||||
|
||||
.ttt-grid {
|
||||
padding: 1em;
|
||||
display: grid;
|
||||
grid-template-columns: repeat( auto-fill, minmax( 400px, 1fr ) );
|
||||
grid-auto-rows: 10px;
|
||||
grid-gap: 10px;
|
||||
// grid-auto-flow: column dense;
|
||||
}
|
||||
|
||||
.ttt-tab {
|
||||
display: block;
|
||||
background: white;
|
||||
border: 1px solid $borderColor;
|
||||
border-bottom: none;
|
||||
font-size: 10px;
|
||||
padding: 2px 5px;
|
||||
border-top-left-radius: $borderRadius;
|
||||
border-top-right-radius: $borderRadius;
|
||||
margin: 0 $borderRadius * 2 0 auto;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
|
||||
.svg-icon {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user