Settings: change general icon from paintbrush to desktop
This commit is contained in:
parent
6f64243671
commit
1f39e078f4
@ -10,14 +10,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.tabs {
|
|
||||||
position: relative;
|
|
||||||
margin: 0 auto;
|
|
||||||
/* to match the .container */
|
|
||||||
width: 480px;
|
|
||||||
padding: 0 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs ul {
|
.tabs ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -47,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs .appearance::before {
|
.tabs .appearance::before {
|
||||||
content: "\f1fc"; /* http://fontawesome.io/icon/paint-brush/ */
|
content: "\f108"; /* http://fontawesome.io/icon/paint-brush/ */
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs .account::before {
|
.tabs .account::before {
|
||||||
@ -80,12 +72,6 @@
|
|||||||
background-color: #303e4a;
|
background-color: #303e4a;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Float left on desktops */
|
|
||||||
@media screen and (min-width: calc(768px + 220px + 400px)) {
|
|
||||||
.tabs {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user