Loading web/src/components/sa_panel_town/sa_panel_town_screen/css/styles.css 0 → 100644 +20 −0 Original line number Diff line number Diff line .sa_panel_town_content{ background: gray; width: 100%; height: 100%; display: flex; flex-direction: column; } .town_panel_header{ display: flex; width: 100%; align-items: center; justify-content: center; } .town_add_btn{ position: absolute; top: 50%; right: 5px; } No newline at end of file web/src/components/sa_panel_town/sa_panel_town_screen/sa_panel_town_screen.tsx 0 → 100644 +15 −0 Original line number Diff line number Diff line import './css/styles.css' export const SuperadminPanelTownScreen = () => { return ( <div className="sa_panel_town_content"> <div className='town_panel_header'> Administrar pueblos mágicos <button className='town_add_btn' content='Hola'/> </div> <div className='sa_panel_town_body'> </div> </div> ); } No newline at end of file Loading
web/src/components/sa_panel_town/sa_panel_town_screen/css/styles.css 0 → 100644 +20 −0 Original line number Diff line number Diff line .sa_panel_town_content{ background: gray; width: 100%; height: 100%; display: flex; flex-direction: column; } .town_panel_header{ display: flex; width: 100%; align-items: center; justify-content: center; } .town_add_btn{ position: absolute; top: 50%; right: 5px; } No newline at end of file
web/src/components/sa_panel_town/sa_panel_town_screen/sa_panel_town_screen.tsx 0 → 100644 +15 −0 Original line number Diff line number Diff line import './css/styles.css' export const SuperadminPanelTownScreen = () => { return ( <div className="sa_panel_town_content"> <div className='town_panel_header'> Administrar pueblos mágicos <button className='town_add_btn' content='Hola'/> </div> <div className='sa_panel_town_body'> </div> </div> ); } No newline at end of file