Compare commits
No commits in common. "a54b7d583e750544570a00ab49c94cd1b977c3f4" and "96655939cc664ade427930031ef3fe1df41e5e02" have entirely different histories.
a54b7d583e
...
96655939cc
|
@ -1,22 +0,0 @@
|
||||||
body{
|
|
||||||
/* Positioning */
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
/* Font */
|
|
||||||
font-family: 'Roboto', sans-serif;
|
|
||||||
|
|
||||||
/* Background */
|
|
||||||
background-color: white;
|
|
||||||
background-image: url("https://git.intermate.nl/CIE_plus_plus/resources/raw/branch/main/images/balls.svg");
|
|
||||||
background-repeat: repeat;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1{
|
|
||||||
font-size: 40px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
a{
|
|
||||||
color: var(--intermate-red);
|
|
||||||
}
|
|
|
@ -1,42 +0,0 @@
|
||||||
/* Table styling */
|
|
||||||
/* - Use the class "totals" to give a cell or row some different styling */
|
|
||||||
/* - Use the class "icon" to center an icon in the cell, make sure the icon has the class "icon" */
|
|
||||||
table{
|
|
||||||
width: 100%;
|
|
||||||
border-collapse: collapse;
|
|
||||||
|
|
||||||
text-align: left;
|
|
||||||
|
|
||||||
background-color: white;
|
|
||||||
|
|
||||||
border-radius: 10px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.totals, th.totals, td.totals{
|
|
||||||
background: #efefef;
|
|
||||||
}
|
|
||||||
|
|
||||||
th, td{
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
th.iconCell, td.iconCell{
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
th.iconCell > .icon, td.iconCell > .icon{
|
|
||||||
font-size: 15px;
|
|
||||||
width: 15px;
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: var(--just-blue);
|
|
||||||
color: white;
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
th{
|
|
||||||
background: var(--just-blue);
|
|
||||||
color: white;
|
|
||||||
}
|
|
Loading…
Reference in New Issue