Nicolae Claudius
13 years ago
19 changed files with 56 additions and 23 deletions
@ -0,0 +1,11 @@ |
|||||||
|
.danger-zone { |
||||||
|
h3 { |
||||||
|
color: #cc4831; |
||||||
|
} |
||||||
|
form input { |
||||||
|
color: #cc4831; |
||||||
|
} |
||||||
|
p { |
||||||
|
color: #cc4831; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,8 @@ |
|||||||
|
.application #main { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
.application #main .article { |
||||||
|
width: 77%; |
||||||
|
margin: auto; |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
.public .header-inner { |
||||||
|
width: 77%; |
||||||
|
margin: auto; |
||||||
|
position: relative; |
||||||
|
} |
Loading…
Reference in new issue