mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
adding a dev page with sass assets album
This commit is contained in:
parent
3a6a0da1dd
commit
753e6c1105
@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
|
|
||||||
<div class="floatbutton top">
|
<div class="float-button top">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
<div class="action">
|
<div class="action">
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// See Assets Album page:
|
||||||
|
// http://localhost:8001/_dev/assets
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* __FLEX-TABLE_________
|
* __FLEX-TABLE_________
|
||||||
* FLEX RESPONSIVE TABLE/BLOCK PRESENTATION
|
* FLEX RESPONSIVE TABLE/BLOCK PRESENTATION
|
||||||
@ -175,13 +178,13 @@ div.wrap-list {
|
|||||||
border: 1px solid $black;
|
border: 1px solid $black;
|
||||||
|
|
||||||
div.wl-col.title {
|
div.wl-col.title {
|
||||||
background-color: $yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
div.wl-col.list {
|
div.wl-col.list {
|
||||||
background-color: $green;
|
background-color: cyan;
|
||||||
|
|
||||||
p.wl-item {
|
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
|
* p-ê pas convaincant: cet asset est toujours en observation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
div.floatbutton {
|
div.float-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
div.box {
|
div.box {
|
||||||
@ -302,7 +305,7 @@ div.floatbutton {
|
|||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
div.action {
|
div.action {
|
||||||
background-color: #00ffffa3;
|
background-color: transparentize(#00ffff, 0.4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<div v-if="participationWithoutHousehold.length > 0" class="alert alert-warning no-household">
|
<div v-if="participationWithoutHousehold.length > 0" class="alert alert-warning no-household">
|
||||||
<i class="fa fa-warning fa-2x"></i>
|
<i class="fa fa-warning fa-2x"></i>
|
||||||
<div class="floatbutton bottom"><div class="box">
|
<div class="float-button bottom"><div class="box">
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<button class="btn btn-update">{{ $t('persons_associated.update_household') }}</button>
|
<button class="btn btn-update">{{ $t('persons_associated.update_household') }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<div class="floatbutton bottom">
|
<div class="float-button bottom">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<slot name="record-actions"></slot>
|
<slot name="record-actions"></slot>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
}) }}
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<div class="floatbutton top"><div class="box">
|
<div class="float-button top"><div class="box">
|
||||||
|
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
<div class="floatbutton bottom">
|
<div class="float-button bottom">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<slot name="record-actions"></slot>
|
<slot name="record-actions"></slot>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user