
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/components/read-more/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/components/read-more/read-more.css |
/**
* @file
* This file is used to style the more link.
*/
.read-more {
position: relative;
display: inline-block;
box-sizing: border-box;
padding-right: 20px; /* LTR */
}
[dir="rtl"] .read-more {
padding-right: unset;
padding-left: 20px;
}
.read-more__icon {
position: absolute;
top: 50%;
right: 0; /* LTR */
width: 14px;
height: 14px;
margin-top: -7px;
}