verdaccio/lib/GUI/css/main.less

28 lines
368 B
Plaintext
Raw Normal View History

2014-05-07 20:08:29 +02:00
@import "../../../node_modules/helpers.less/helpers.less";
/*** Main Styles ***/
h1 {
text-align: center;
a, a:visited {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
}
/*** Setup ***/
/*** Package Entries ***/
.entry {
background: #EEE;
}
/*** Search Results ***/
.state-search #standard-content {
display: none;
2014-05-07 18:27:51 +02:00
}