Lines Matching +full:light +full:- +full:weight
3 // https://github.com/pages-themes/primer/tree/master/_sass/primer-support/lib/variables
5 $sidebar-width: 260px;
14 color: $text-white;
15 flex-shrink: 0;
20 width: $sidebar-width;
24 font-size: 1.5em;
28 color: $gray-light;
29 font-size: 0.8em;
30 font-weight: normal;
31 margin-bottom: 0.8em;
32 padding-left: 2.5em;
33 text-transform: uppercase;
45 color: $text-white;
46 text-decoration: none;
49 .sidebar .nav-toggle {
65 border-width: 0 3px 3px 0;
79 list-style-type: none;
80 margin-bottom: 1em;
83 &:last-child {
84 margin-bottom: 2em;
88 text-decoration: none;
92 color: $text-white;
93 padding-left: 2em;
94 text-decoration: none;
98 background: $border-gray-darker;
99 font-weight: bold;
103 background: $border-gray-darker;
108 background-color: $bg-gray;
109 width: calc(100% - #{$sidebar-width});
112 .main .main-inner {
113 background-color: $white;
123 text-align: left;
127 border-left: 0.25em solid $white;
131 text-decoration: underline;
135 background-color: $bg-yellow-light;
136 border-color: $bg-yellow;
141 background-color: $bg-blue-light;
142 border-color: $text-blue;
143 color: $text-blue;
147 background-color: $green-000;
148 border-color: $green-700;
149 color: $green-700;
153 background-color: $red-000;
154 border-color: $text-red;
155 color: $text-red;
160 background-color: $bg-green-light;
164 background-color: $red-000;
167 @media all and (max-width: 768px) {
169 flex-direction: column;
187 .sidebar .nav-toggle:checked {
193 transform: rotate(-135deg);