PluginProbe
Hostinger Tools / 3.0.76
Hostinger Tools v3.0.76
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
hostinger / src / css / components / plugin-rating.scss

plugin-rating.scss in Hostinger Tools 3.0.76, at src/css/components/plugin-rating.scss

38 lines 468 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @use 'global' as *;
2
3 .hsr-plugin-rating {
4 display: flex;
5 align-items: center;
6 position: absolute;
7 bottom: 35px;
8 left: 180px;
9 z-index: 9999;
10
11 @media (max-width: 960px) {
12 left: 57px;
13 }
14
15 @media (max-width: 782px) {
16 bottom: 15px;
17 }
18
19 @media (max-width: 780px) {
20 left: 10px;
21 }
22
23 p {
24 font-size: 14px;
25 }
26
27 .hsr-rate-stars {
28 display: flex;
29 align-items: center;
30 margin: 0 4px;
31 }
32
33 a {
34 text-decoration: none;
35 color: $primary-purple;
36 }
37 }
38