Skip to content

Commit c903abe

Browse files
committed
removed dotted borders from side panels
1 parent 4088d47 commit c903abe

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/components/Card.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
<style scoped>
2121
2222
.card {
23-
border-style: dotted;
24-
border-width: 0.4vh;
2523
display: inline-block;
2624
margin: 0.1em;
2725
height: 7vmin;

src/components/TeamStatus.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
8080
.marked-card {
81-
border-color: yellow;
81+
background-color: rgba(255, 255, 0, 0.2);
8282
}
8383
8484
.inline {
@@ -102,8 +102,6 @@
102102
103103
.botinfo {
104104
display: inline-block;
105-
border-style: dotted;
106-
border-width: 0.4vh;
107105
min-width: 130px;
108106
height: 7vmin;
109107
}

0 commit comments

Comments
 (0)