Files
Umbraco-CMS/tests/Umbraco.Tests.AcceptanceTest/fixtures/stylesheet/Body.css
Andreas Zerbst 02e16992b4 V10/qa/added more acceptance tests (#14100)
* Imported BlockGrid tests from v11

* Updated existing tests

* Updated version of playwright, our models builders and testhelpers

* More imported tests

* Updated flaky tests
2023-04-18 08:13:01 +02:00

7 lines
116 B
CSS

.body{
font-family: 'Lato';
font-weight: 200;
font-size: 22px;
margin-top: 0.3em;
color: blue;
}