mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
commnity navbar style refactor
This commit is contained in:
parent
02cdcf8751
commit
9825cf8876
@ -1,21 +1,21 @@
|
||||
<template>
|
||||
<div class="nav-community container">
|
||||
<b-row class="nav-row">
|
||||
<b-col cols="12" lg="4" md="4" class="px-0">
|
||||
<b-btn to="contribute" active-class="btn-active" block variant="link">
|
||||
<b-icon icon="pencil" class="mr-2" />
|
||||
<b-row class="mx-xl-6 mx-lg-5" align-v="stretch">
|
||||
<b-col class="px-0">
|
||||
<b-btn to="contribute" active-class="btn-active" block variant="link" class="rounded-right">
|
||||
<b-icon icon="pencil" class="mr-2 d-none d-md-inline" />
|
||||
{{ $t('community.submitContribution') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
<b-col cols="12" lg="4" md="4" class="px-0">
|
||||
<b-btn to="contributions" active-class="btn-active" block variant="link">
|
||||
<b-icon icon="person" class="mr-2" />
|
||||
<b-col class="px-0">
|
||||
<b-btn to="contributions" active-class="btn-active" block variant="link" class="rounded-0">
|
||||
<b-icon icon="person" class="mr-2 d-none d-md-inline" />
|
||||
{{ $t('community.myContributions') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
<b-col cols="12" lg="4" md="4" class="px-0">
|
||||
<b-btn to="community" active-class="btn-active" block variant="link">
|
||||
<b-icon icon="people" class="mr-2" />
|
||||
<b-col class="px-0">
|
||||
<b-btn to="community" active-class="btn-active" block variant="link" class="rounded-left">
|
||||
<b-icon icon="people" class="mr-2 d-none d-md-inline" />
|
||||
{{ $t('community.community') }}
|
||||
</b-btn>
|
||||
</b-col>
|
||||
@ -28,11 +28,12 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
.nav-row {
|
||||
.btn {
|
||||
background-color: rgb(209, 209, 209);
|
||||
border-radius: 26px;
|
||||
color: black;
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.btn-active {
|
||||
background-color: rgb(23 141 129);
|
||||
color: white;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user