Skip to content
Snippets Groups Projects
Unverified Commit e9b88a17 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Minor tweaks needed in the CSS.

parent 850f50f5
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,10 @@ body {
vertical-align: middle;
}
i {
font-style: italic;
}
h1 {
margin: 1em 0;
font-size: 2em;
......@@ -132,8 +136,13 @@ pre, code, kbd, samp, tt {
margin-right: 4px;
}
.pure-button-red,
a.pure-button-red {
.pure-button {
&:hover {
padding: .5em 1em;
}
}
.pure-button-red {
background-color: rgb(219, 1, 0);
color: #fff;
&:hover, &:focus {
......@@ -186,6 +195,10 @@ a.pure-button-red {
border: 1px solid #E6E6E6;
}
.pure-button-group.two-elements form {
display: inline;
}
.pure-button-group.two-elements .pure-button:first-child {
border-right: none;
}
......@@ -860,3 +873,7 @@ div.preferredidp {
}
}
}
.hidden {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment