2022-02-13 14:20:20 +00:00
|
|
|
@import "slovenscina-elements.scss";
|
|
|
|
.tableFixHead {
|
|
|
|
overflow-y: scroll;
|
|
|
|
max-height: 306px;
|
|
|
|
}
|
|
|
|
.tableFixHead thead th {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
th,td {
|
|
|
|
padding: 8px 16px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
background: #eee;
|
|
|
|
}
|
2022-02-13 14:47:19 +00:00
|
|
|
input[type=submit],a {
|
|
|
|
font-size: 0.8rem;
|
2022-02-13 14:20:20 +00:00
|
|
|
background:none;
|
|
|
|
outline:none;
|
|
|
|
border:none;
|
|
|
|
cursor:pointer;
|
2022-02-13 14:47:19 +00:00
|
|
|
text-decoration: none;
|
2022-02-13 14:20:20 +00:00
|
|
|
color:$blue;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|