antosdk-apps/About/build/debug/main.css

18 lines
353 B
CSS
Raw Normal View History

2022-07-22 20:52:42 +02:00
afx-app-window[data-id = "About"] a:link,
afx-app-window[data-id = "About"] a:visited,
afx-app-window[data-id = "About"] a:hover
{
color:#df3154;
}
afx-app-window[data-id = "About"] div[data-id="container"]
2022-07-22 20:52:42 +02:00
{
overflow-x: hidden;
overflow-y:auto;
/*text-align: justify;*/
2022-07-22 20:52:42 +02:00
}
afx-app-window[data-id = "About"] img
{
max-width: 100%;
}