adding a dev page with sass assets album

This commit is contained in:
2021-09-10 11:32:12 +02:00
parent 3a6a0da1dd
commit 753e6c1105
6 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
// See Assets Album page:
// http://localhost:8001/_dev/assets
/*
* __FLEX-TABLE_________
* FLEX RESPONSIVE TABLE/BLOCK PRESENTATION
@@ -175,13 +178,13 @@ div.wrap-list {
border: 1px solid $black;
div.wl-col.title {
background-color: $yellow;
background-color: yellow;
}
div.wl-col.list {
background-color: $green;
background-color: cyan;
p.wl-item {
background-color: $orange;
background-color: orange;
}
}
}
@@ -263,7 +266,7 @@ div.wrap-header {
* p-ê pas convaincant: cet asset est toujours en observation
*/
div.floatbutton {
div.float-button {
width: 100%;
div.box {
@@ -302,7 +305,7 @@ div.floatbutton {
border: 1px solid black;
background-color: yellow;
div.action {
background-color: #00ffffa3;
background-color: transparentize(#00ffff, 0.4);
}
}
}