personnal notes on materails on modalCard is ok
This commit is contained in:
@@ -1943,7 +1943,8 @@ article.card {
|
||||
max-height: 0;
|
||||
max-width: 0;
|
||||
overflow: hidden;
|
||||
transition: all 0.2s ease-in-out; }
|
||||
transition: all 0.2s ease-in-out;
|
||||
transition-delay: 0.1s; }
|
||||
article.card nav.tools > *:hover .tool-content {
|
||||
transition: all 0.3s ease-in-out;
|
||||
opacity: 1;
|
||||
@@ -2048,6 +2049,21 @@ article.card {
|
||||
padding-right: 0.5em; }
|
||||
article.card.modal-card section.col-right section.tool.samples div.tool-content ul li span.showroom {
|
||||
font-weight: 500; }
|
||||
article.card.modal-card section.col-right section.tool.note:hover div.tool-content {
|
||||
max-height: 370px; }
|
||||
article.card.modal-card section.col-right section.tool.note div.tool-content textarea,
|
||||
article.card.modal-card section.col-right section.tool.note div.tool-content textarea:focus,
|
||||
article.card.modal-card section.col-right section.tool.note div.tool-content textarea:focus-visible,
|
||||
article.card.modal-card section.col-right section.tool.note div.tool-content textarea:active {
|
||||
resize: none;
|
||||
width: 99%;
|
||||
height: 350px;
|
||||
margin: 0;
|
||||
padding: 0.3em;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
outline: none;
|
||||
box-sizing: border-box; }
|
||||
article.card.modal-card section.col-right section.industriels {
|
||||
display: flex;
|
||||
flex-flow: row; }
|
||||
|
Reference in New Issue
Block a user