# hostinger/3.0.77/src/css/components/plugin-rating.scss

Hostinger Tools, version 3.0.77. 38 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.77/code/src/css/components/plugin-rating.scss
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.77/raw/src/css/components/plugin-rating.scss
- Modified: 2026-04-29T10:55:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.77/code/src/css/components/plugin-rating.scss#L10-L20`.

```scss
@use 'global' as *;

.hsr-plugin-rating {
	display: flex;
	align-items: center;
	position: absolute;
    bottom: 35px;
    left: 180px;
	z-index: 9999;

	@media (max-width: 960px) {
		left: 57px;
	}

	@media (max-width: 782px) {
		bottom: 15px;
	}

    @media (max-width: 780px) {
		left: 10px;
	}

	p {
		font-size: 14px;
	}

	.hsr-rate-stars {
		display: flex;
		align-items: center;
		margin: 0 4px;
	}

	a {
		text-decoration: none;
		color: $primary-purple;
	}
}

```
