Skip to content

Commit 7fa1544

Browse files
author
Martin Muda
committed
update
1 parent 53f313c commit 7fa1544

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

assets/css/index.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/index.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/zumer.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/zumer.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notes.md

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ multiple containers con diferentes tamaños y que aparezcan los valores de las v
137137
o-orbit y orbit orbit:
138138
dibujar orbits, y sus propiedades (pensar en eliminar los orbits lajanos en caso de responsive o algo asi)
139139

140-
141140
o-orbiter: tamanos,nesting, geostationary, aligment. Falta CONTENT, (+ OFFSET, LIMITS)
142141

143142
o-sector: borders, background, gaps, content (+ OFFSET, LIMITS), ORBIT NESTING, multiples sectors. remember sector shapes

src/utilities/_reset.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
/* Check Firefox has() support */
99
@supports not selector(:has(a)) {
10-
10+
.o-container {
11+
border: 5px solid red !important;
12+
text-shadow: 0 0 2px red;
13+
margin: 10px;
14+
}
1115
.o-container .o-orbit, .o-container .o-core, .o-container .o-sector {
1216
display: none;
1317

0 commit comments

Comments
 (0)