Files
myprojplanet_vite/src/components/CGridTableRec/CGridTableRec.scss

38 lines
462 B
SCSS
Raw Normal View History

2021-09-16 21:08:02 +02:00
.colmodif {
cursor: pointer;
}
.coldate {
max-width: 250px;
min-width: 200px;
}
.tdclass, .trclass{
2021-10-03 16:11:29 +02:00
min-height: 20px !important;
2021-09-16 21:08:02 +02:00
}
.q-table td {
padding-left: 1px;
padding-right: 2px;
padding-top: 0;
padding-bottom: 0;
&__title {
font-size: 1rem;
}
}
.q-table {
&__col {
font-size: 1rem;
color: gray;
}
}
2021-12-03 22:47:53 +01:00
.newrec_fields{
display: flex;
padding: 2px;
margin: 2px;
align-items: center;
justify-content: center;
}