mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-19 19:58:21 +01:00
20 lines
414 B
CSS
20 lines
414 B
CSS
|
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"] afx-hbox[data-id="wrapper"]
|
||
|
{
|
||
|
overflow-x: hidden;
|
||
|
overflow-y:auto;
|
||
|
}
|
||
|
afx-app-window[data-id = "About"] div[data-id="container"]
|
||
|
{
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id = "About"] img
|
||
|
{
|
||
|
max-width: 100%;
|
||
|
}
|