Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Oct 11, 2023
1 parent 53f313c commit 7fa1544
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/index.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/zumer.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/zumer.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ multiple containers con diferentes tamaños y que aparezcan los valores de las v
o-orbit y orbit orbit:
dibujar orbits, y sus propiedades (pensar en eliminar los orbits lajanos en caso de responsive o algo asi)


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

o-sector: borders, background, gaps, content (+ OFFSET, LIMITS), ORBIT NESTING, multiples sectors. remember sector shapes
Expand Down
6 changes: 5 additions & 1 deletion src/utilities/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

/* Check Firefox has() support */
@supports not selector(:has(a)) {

.o-container {
border: 5px solid red !important;
text-shadow: 0 0 2px red;
margin: 10px;
}
.o-container .o-orbit, .o-container .o-core, .o-container .o-sector {
display: none;

Expand Down

0 comments on commit 7fa1544

Please sign in to comment.