Skip to content
Snippets Groups Projects
Commit bc2f3912 authored by xaralis's avatar xaralis
Browse files

feat: update to styleguide 2.0.1

parent 0705ba71
Branches
Tags
No related merge requests found
Pipeline #1923 passed
REACT_APP_STYLEGUIDE_URL=https://styleguide.pir-test.eu REACT_APP_STYLEGUIDE_URL=https://styleguide.pir-test.eu/2.0.1
REACT_APP_API_BASE_URL=https://cf2021.pir-test.eu/api REACT_APP_API_BASE_URL=https://cf2021.pir-test.eu/api
REACT_APP_MATOMO_ID=135 REACT_APP_MATOMO_ID=135
REACT_APP_SENTRY_DSN=https://aa80453ff4d54b9a9c1b49e79060498a@sentry.pir-test.eu/14 REACT_APP_SENTRY_DSN=https://aa80453ff4d54b9a9c1b49e79060498a@sentry.pir-test.eu/14
export default {
styleguideUrl: "https://styleguide.pir-test.eu/latest",
};
...@@ -30,7 +30,7 @@ const GlobalStats = () => { ...@@ -30,7 +30,7 @@ const GlobalStats = () => {
<strong>{onlineUsers}</strong> <span>online celkem</span> <strong>{onlineUsers}</strong> <span>online celkem</span>
</div> </div>
{nextProgramEntry && ( {nextProgramEntry && (
<div className="flex-grow text-right hidden sm:block"> <div className="flex-grow text-right hidden sm:block lg:hidden xl:block">
Následuje:{" "} Následuje:{" "}
<Link to="/program" className="font-bold"> <Link to="/program" className="font-bold">
{nextProgramEntry.title} @{" "} {nextProgramEntry.title} @{" "}
......
...@@ -155,8 +155,7 @@ const Home = () => { ...@@ -155,8 +155,7 @@ const Home = () => {
return ( return (
<> <>
<article className="container container--wide py-8 lg:py-24 cf2021"> <article className="container container--wide py-8 lg:py-24 cf2021">
<section className="cf2021__video"> <div className="cf2021__title flex justify-between">
<div className="flex justify-between mb-4 lg:mb-8">
<h1 className="head-alt-base lg:head-alt-lg"> <h1 className="head-alt-base lg:head-alt-lg">
Bod č. {programEntry.number}: {programEntry.title} Bod č. {programEntry.number}: {programEntry.title}
</h1> </h1>
...@@ -201,6 +200,7 @@ const Home = () => { ...@@ -201,6 +200,7 @@ const Home = () => {
</DropdownMenu> </DropdownMenu>
)} )}
</div> </div>
<section className="cf2021__video">
<div className="container-padding--zero md:container-padding--auto"> <div className="container-padding--zero md:container-padding--auto">
{streamUrl && ( {streamUrl && (
...@@ -243,7 +243,7 @@ const Home = () => { ...@@ -243,7 +243,7 @@ const Home = () => {
<span>Příspěvky v rozpravě</span> <span>Příspěvky v rozpravě</span>
{!programEntry.discussionOpened && ( {!programEntry.discussionOpened && (
<i <i
className="ico--lock text-black ml-1 opacity-50 hover:opacity-100 transition duration-500 text-xl" className="ico--lock text-black ml-2 opacity-50 hover:opacity-100 transition duration-500 text-xl"
title="Rozprava je uzavřena" title="Rozprava je uzavřena"
/> />
)} )}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment