|
|
|
@ -14,6 +14,7 @@
|
|
|
|
|
--ttc-yellow: #7d7b17;
|
|
|
|
|
--ttc-blue: #1c9b8c;
|
|
|
|
|
--ttc-red: rgb(255, 0, 0);
|
|
|
|
|
--ttc-light: #eeeeee;
|
|
|
|
|
--ttc-dark: rgb(13, 36, 35);
|
|
|
|
|
--ttc-white: rgb(255, 255, 255);
|
|
|
|
|
--ttc-font-sans-serif: Cantarell, Ubuntu, sans-serif;
|
|
|
|
@ -187,3 +188,11 @@ a.to-the-top {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
min-width: 15em;
|
|
|
|
|
}
|
|
|
|
|
.ttc-mediabox {
|
|
|
|
|
background-color: var(--ttc-white);
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
border: 1px solid var(--ttc-light);
|
|
|
|
|
}
|
|
|
|
|
.ttc-mediabox > p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|