personnal notes on materails on modalCard is ok
This commit is contained in:
@@ -1076,6 +1076,7 @@ article.card{
|
||||
max-height: 0; max-width:0;
|
||||
overflow: hidden;
|
||||
transition: all 0.2s ease-in-out;
|
||||
transition-delay: 0.1s;
|
||||
}
|
||||
&:hover{
|
||||
.tool-content{
|
||||
@@ -1249,6 +1250,28 @@ article.card{
|
||||
}
|
||||
}
|
||||
}
|
||||
section.tool.note{
|
||||
&:hover div.tool-content{
|
||||
max-height: 370px;
|
||||
}
|
||||
div.tool-content{
|
||||
textarea,
|
||||
textarea:focus,
|
||||
textarea:focus-visible,
|
||||
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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
// section.tool.industriels{
|
||||
// div.tool-content{
|
||||
// display: flex;
|
||||
|
Reference in New Issue
Block a user