linked blog entries
added services on dashboard
This commit is contained in:
parent
1044e3338f
commit
995962cc36
7 changed files with 32 additions and 11 deletions
|
@ -49,14 +49,14 @@ a {
|
|||
margin: 0 auto;
|
||||
max-width: 256px;
|
||||
max-height: 256px;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #000000;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.menu {
|
||||
a {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.active a {
|
||||
|
@ -65,18 +65,18 @@ a {
|
|||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #ffffff;
|
||||
border-top: 1px solid #fff;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #ffffff;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.heading {
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,6 +85,7 @@ a {
|
|||
}
|
||||
|
||||
.service {
|
||||
position: relative;
|
||||
background-color: #222;
|
||||
border: 1px solid #fff;
|
||||
height: 100%;
|
||||
|
@ -132,9 +133,15 @@ a {
|
|||
}
|
||||
|
||||
&.flat {
|
||||
color: #fea500 !important;
|
||||
|
||||
&:hover {
|
||||
color: #d78c00 !important;
|
||||
}
|
||||
|
||||
.inner {
|
||||
flex-direction: row;
|
||||
pointer-events: all;
|
||||
//pointer-events: all;
|
||||
text-decoration: none;
|
||||
|
||||
h2 {
|
||||
|
@ -145,6 +152,10 @@ a {
|
|||
top: 0;
|
||||
right: -1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue