Modernizacao completa do Estudio de Cartazes Pedagogicos: correcao de abertura, BNCC, upload de fotos, novo motor de IA, edicao direta e suite de exportacao
This commit is contained in:
+21
-19
@@ -3917,34 +3917,36 @@ code {
|
||||
|
||||
/* Garante que o conteúdo de texto se ajuste */
|
||||
#cartazPreviewContent {
|
||||
font-size: 3.5cqw !important;
|
||||
font-size: 3.2cqw !important;
|
||||
line-height: 1.4 !important;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
gap: 3cqw;
|
||||
overflow: hidden;
|
||||
flex-direction: column;
|
||||
gap: 2cqw;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#cartazPreviewContent > div,
|
||||
#cartazPreviewContent > p,
|
||||
#cartazPreviewContent > ul {
|
||||
box-sizing: border-box !important;
|
||||
padding: 3.5cqw !important;
|
||||
border-radius: 2cqw !important;
|
||||
font-size: 3cqw !important;
|
||||
margin: 0 !important;
|
||||
#cartazPreviewTitle:focus {
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
outline: 2px dashed rgba(16, 185, 129, 0.8);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#cartazPreviewContent h2,
|
||||
#cartazPreviewContent h3 {
|
||||
font-size: 4.5cqw !important;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 2cqw !important;
|
||||
.btn-palette-preset {
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
}
|
||||
|
||||
#cartazPreviewContent li {
|
||||
font-size: 2.8cqw !important;
|
||||
margin-bottom: 1.5cqw !important;
|
||||
.btn-palette-preset:hover {
|
||||
transform: translateY(-2px) scale(1.05);
|
||||
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
.btn-emoji-insert {
|
||||
transition: transform 0.15s ease;
|
||||
}
|
||||
|
||||
.btn-emoji-insert:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
/* Título principal do cartaz */
|
||||
|
||||
Reference in New Issue
Block a user