Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/admin/dashboard/static/sass/section.scss

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + #ct-dashboard {
2 +
3 + > section {
4 + max-width: 1200px;
5 + min-height: 400px;
6 + margin: 0 auto;
7 + position: relative;
8 +
9 + > div {
10 + width: 100%;
11 + padding-top: 60px;
12 + padding: 70px 30px;
13 + box-sizing: border-box;
14 +
15 + > * {
16 + position: relative;
17 + }
18 + }
19 + }
20 + }