mirror of https://github.com/zulip/zulip.git
css: Move .light to components.css.
This commit is contained in:
parent
b61d6bc251
commit
a7681c3c2f
|
@ -12,6 +12,10 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
/* -- base button styling -- */
|
/* -- base button styling -- */
|
||||||
.new-style .button {
|
.new-style .button {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
|
|
|
@ -23,10 +23,6 @@ label {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.padded-container {
|
.padded-container {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,10 +61,6 @@ p.n-margin {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-margin {
|
.no-margin {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue