Skip to content

Commit bba2b3c

Browse files
committed
Remove css rules that for unknown reasons suddenly decides it's not valid anymore
1 parent ff92d98 commit bba2b3c

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

source/assets/stylesheets/_modules/depend/cosmetic.scss

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -74,50 +74,6 @@ $font-mono: Monaco, Consolas, "Lucida Console", monospace;
7474
@include gradient-grey;
7575
}
7676

77-
%textured-box-bare
78-
{
79-
text-align: center;
80-
border-radius: 3px;
81-
@include radial-gradient(ellipse at bottom, rgba(74,98,102,1) 3%,rgba(31,72,94,1) 50%,rgba(7,18,22,1) 100%);
82-
83-
color: #e9e9e9;
84-
85-
h1, h2, h3
86-
{
87-
color: #e9e9e9;
88-
}
89-
}
90-
91-
%textured-box
92-
{
93-
@extend %textured-box-bare;
94-
95-
ul
96-
{
97-
width: 75%;
98-
99-
li
100-
{
101-
margin: 0;
102-
padding: 4px 0;
103-
display: block;
104-
color: #adcfce;
105-
font-size: 10pt;
106-
font-weight: 400;
107-
108-
&:not(:first-child)
109-
{
110-
border-top: 1px solid rgba(255,255,255,0.1);
111-
}
112-
113-
&:not(:last-child)
114-
{
115-
border-bottom: 1px solid rgba(0,0,0,0.3);
116-
}
117-
}
118-
}
119-
}
120-
12177
%ellipsis
12278
{
12379
white-space: nowrap;

0 commit comments

Comments
 (0)