|
|
| (גרסת ביניים אחת של אותו משתמש אינה מוצגת) |
| שורה 555: |
שורה 555: |
| direction: ltr; | | direction: ltr; |
| unicode-bidi: isolate; | | unicode-bidi: isolate; |
| }
| |
|
| |
| /* באנר הורדת אפליקציה */
| |
| #app-download-banner {
| |
| display: none;
| |
| align-items: center;
| |
| background: #ffffff;
| |
| border-bottom: 2px solid #2a4b8d;
| |
| padding: 10px 15px;
| |
| position: relative;
| |
| z-index: 1000;
| |
| font-family: sans-serif;
| |
| direction: rtl;
| |
| box-shadow: 0 2px 5px rgba(0,0,0,0.1);
| |
| }
| |
|
| |
| #app-download-banner .app-icon {
| |
| width: 45px;
| |
| height: 45px;
| |
| border-radius: 10px;
| |
| margin-left: 12px;
| |
| box-shadow: 0 1px 3px rgba(0,0,0,0.2);
| |
| }
| |
|
| |
| #app-download-banner .app-info {
| |
| flex-grow: 1;
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: center;
| |
| }
| |
|
| |
| #app-download-banner .app-title {
| |
| font-weight: bold;
| |
| font-size: 15px;
| |
| color: #202122;
| |
| margin: 0;
| |
| line-height: 1.2;
| |
| }
| |
|
| |
| #app-download-banner .app-subtitle {
| |
| font-size: 12px;
| |
| color: #54595d;
| |
| margin: 0;
| |
| }
| |
|
| |
| #app-download-banner .app-install-btn {
| |
| background-color: #2a4b8d;
| |
| color: white !important;
| |
| padding: 8px 16px;
| |
| border-radius: 20px;
| |
| text-decoration: none !important;
| |
| font-size: 14px;
| |
| font-weight: bold;
| |
| margin-right: 10px;
| |
| }
| |
|
| |
| #app-download-banner .app-close-btn {
| |
| font-size: 22px;
| |
| color: #a2a9b1;
| |
| cursor: pointer;
| |
| padding: 0 5px;
| |
| margin-left: 5px;
| |
| line-height: 1;
| |
| } | | } |