Addon pageheader css #1417
1 changed files with 12 additions and 2 deletions
|
@ -16,8 +16,18 @@
|
|||
}
|
||||
|
||||
.pageheader {
|
||||
text-align: center;
|
||||
text-align: left; /* center > left */
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
font-size: 1.55rem; /* 20px > 1.55rem */
|
||||
}
|
||||
|
||||
/* The pageheader box */
|
||||
.pageheader {
|
||||
padding: 20px;
|
||||
background-color: #2eb885; /* Green */
|
||||
color: white;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue