mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
21 lines
415 B
CSS
21 lines
415 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%;
|
|
} |