cms/app-client/app/styles/app.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 04 Jul 2016 23:04:42 +0200
changeset 224 d284324358b2
parent 223 2457942e7453
child 225 5e3cd85cde06
permissions -rw-r--r--
Remplace hexadecimal codes with sass variables Cleanup dead method in application controller Remove unused sass files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
     1
$dark-blue: #13212d;
224
d284324358b2 Remplace hexadecimal codes with sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 223
diff changeset
     2
$medium-blue: #253946;
d284324358b2 Remplace hexadecimal codes with sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 223
diff changeset
     3
$light-blue: #becfd4;
d284324358b2 Remplace hexadecimal codes with sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 223
diff changeset
     4
$light-grey: #878e94;
d284324358b2 Remplace hexadecimal codes with sass variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 223
diff changeset
     5
$light-white: #fbfbfb;
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
     6
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
     7
body {
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
     8
    background-color: #f5f5f5;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
     9
}
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    10
222
0eba8101b129 Add fields to sparse-document
Chloe Laisne <chloe.laisne@gmail.com>
parents: 219
diff changeset
    11
button {
0eba8101b129 Add fields to sparse-document
Chloe Laisne <chloe.laisne@gmail.com>
parents: 219
diff changeset
    12
    font-family: sans-serif;
0eba8101b129 Add fields to sparse-document
Chloe Laisne <chloe.laisne@gmail.com>
parents: 219
diff changeset
    13
}
0eba8101b129 Add fields to sparse-document
Chloe Laisne <chloe.laisne@gmail.com>
parents: 219
diff changeset
    14
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    15
#corpus-app {
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    16
    font-family: sans-serif;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    17
    font-size: 12px;
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    18
}
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    19
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
#corpus-app {
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    21
    border: 1px solid;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    22
    width: 1108px;
200
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    23
    overflow: hidden;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    24
    display: block;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    25
    margin-left: auto;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    26
    margin-right: auto;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    27
    margin-bottom: 10px;
44
6e2c500adca0 update css
nowmad@nowmads-macbook-pro.local
parents: 37
diff changeset
    28
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    29
    @import 'tabs/chrono';
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    30
    @import 'tabs/langues';
186
36e5a67656e6 Basic thematiques styling
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    31
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    32
    @import 'components/sorting-component';
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    33
    @import 'components/filtering-component';
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    34
    @import 'components/filter-component';
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    35
    @import 'components/playlist-component';
206
e038d5782d06 Discourses component: Modify label styles / Styling to SCSS / Cursor pointer
Chloe Laisne <chloe.laisne@gmail.com>
parents: 200
diff changeset
    36
    @import 'components/discourses-component';
210
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
    37
    @import 'components/player-component';
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    38
    @import 'components/toolbar-component';
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    39
    @import 'components/notice-component';
210
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
    40
186
36e5a67656e6 Basic thematiques styling
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    41
}
36e5a67656e6 Basic thematiques styling
Chloe Laisne <chloe.laisne@gmail.com>
parents: 98
diff changeset
    42
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    43
h1, h2, h3, h4, h5, h6 {
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    44
    margin: 0;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    45
    padding: 0;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    46
    font-weight: normal;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    47
    font-size: inherit;
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    48
}
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    49
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    50
h2 {
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    51
    text-transform: uppercase;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    52
    text-align: center;
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    53
}
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    54
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    55
.corpus-app-modal {
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
    56
    background-color: $light-blue;
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    57
    padding: 20px 40px;
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    58
}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    59
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    60
.corpus-app-container {
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    61
    color: #687a84;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    62
    box-sizing: border-box;
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
    63
    background-color: $light-blue;
216
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 214
diff changeset
    64
}
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 214
diff changeset
    65
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 214
diff changeset
    66
.corpus-app-container h2 {
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 214
diff changeset
    67
    padding: 15px;
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    68
    font-size: 14px;
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
    69
    color: $medium-blue;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    70
}
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    71
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    72
.corpus-window {
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    73
    overflow: hidden;
218
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
    74
    position: relative;
217
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    75
}
989b9c36b849 Toolbar and Notice component styles
Chloe Laisne <chloe.laisne@gmail.com>
parents: 216
diff changeset
    76
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 206
diff changeset
    77
body.tabs-discours .corpus-app-container,
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    78
body.tabs-chrono .corpus-app-container {
216
c174124d1849 /discours and /chrono design changes
Chloe Laisne <chloe.laisne@gmail.com>
parents: 214
diff changeset
    79
    padding: 0px 20px;
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    80
}
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    81
200
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    82
body.tabs-thematiques .corpus-app-container {
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    83
    padding: 0px 20px;
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    84
}
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    85
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    86
body.tabs-langues .corpus-app-container {
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    87
    padding: 0px;
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    88
}
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    89
193
64afd482ac71 /thematiques endpoint autocomplete design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 186
diff changeset
    90
.corpus-app-wrapper {
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
    91
    background-color: $medium-blue;
200
a441c40f9c5e Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents: 196
diff changeset
    92
    box-shadow: -4px 0px 8px -4px #59626b;
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    93
}
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
    94
218
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
    95
.corpus-app-modal,
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    96
.corpus-app-container,
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    97
.corpus-app-wrapper {
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    98
    box-sizing: border-box;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
    99
    height: 600px;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   100
    width: 50%;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   101
}
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   102
218
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   103
.corpus-app-modal,
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   104
.corpus-app-container {
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   105
    overflow: hidden;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   106
    display: block;
218
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   107
    border-top: none;
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   108
}
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   109
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   110
.corpus-app-modal {
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   111
    position: absolute;
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   112
    top: 0px;
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   113
    left: 0px;
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   114
}
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   115
38e1a1446319 Player toolbar actions and display logic
Chloe Laisne <chloe.laisne@gmail.com>
parents: 217
diff changeset
   116
.corpus-app-container {
195
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   117
    float: left;
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   118
}
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   119
9d083636bd99 Layout and style of the /chronologie endpoint
Chloe Laisne <chloe.laisne@gmail.com>
parents: 193
diff changeset
   120
.corpus-app-wrapper {
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   121
    float: right;
13
ba32dd4cf8d3 update styles
nowmad@23.1.168.192.in-addr.arpa
parents: 5
diff changeset
   122
}
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
   123
207
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 206
diff changeset
   124
#mapdiv{
204f25632006 tabs/discours title + route scss cleanup
Chloe Laisne <chloe.laisne@gmail.com>
parents: 206
diff changeset
   125
  width: 100%;
37
343750d4d38e small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents: 13
diff changeset
   126
}
343750d4d38e small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents: 13
diff changeset
   127
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   128
.corpus-app-content {
223
2457942e7453 Colors to variables
Chloe Laisne <chloe.laisne@gmail.com>
parents: 222
diff changeset
   129
    background-color: $dark-blue;
196
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   130
    overflow: hidden;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   131
    height: 80px;
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   132
}
7550cb541901 Filter as a service
Chloe Laisne <chloe.laisne@gmail.com>
parents: 195
diff changeset
   133
210
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   134
.ember-view.language a {
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   135
    text-transform: capitalize;
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   136
    text-decoration: none;
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   137
    pointer-events: none;
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   138
    cursor: default;
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   139
    color: inherit;
08ad36c693b1 Player design
Chloe Laisne <chloe.laisne@gmail.com>
parents: 208
diff changeset
   140
}
214
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   141
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   142
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   143
i.fa {
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   144
    font-size: 0px;
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   145
    text-align: center;
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   146
    box-sizing: border-box;
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   147
}
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   148
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   149
i.fa::before {
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   150
    font-size: 12px;
9bff007eb03c Reflect player-component actions on playlist-component
Chloe Laisne <chloe.laisne@gmail.com>
parents: 210
diff changeset
   151
}