Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses.
This commit is contained in:
parent
5997492795
commit
6c8fc99d5a
6 changed files with 18 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="nav-panel">
|
||||
<div class="panel panel-default base01-background">
|
||||
<ul>
|
||||
<ul class="base03-border">
|
||||
<li v-if='currentUser'>
|
||||
<router-link to='/main/friends'>
|
||||
Timeline
|
||||
|
@ -39,6 +39,7 @@
|
|||
|
||||
.nav-panel li {
|
||||
border-bottom: 1px solid;
|
||||
border-color: inherit;
|
||||
padding: 0.8em 0.85em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue