"src/main/webapp/app/layouts/navbar/navbar.component.scss" did not exist on "c12e27175bb58da7fe25be9cddabf242a3b0788c"
Newer
Older
max-width: 1920px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
#top-space {
height: auto;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 25px;
}
/* Vector graphics */
svg {
overflow: hidden;
vertical-align: middle;
margin-bottom: 5px;
margin-right: 5px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: auto;
margin-left: auto;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
display: block;
background-color: rgb(255, 255, 255);
width: max-content;
min-width: 408px;
padding-top: 15px;
padding-right: 25px;
padding-bottom: 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
padding-top: 0.35rem;
padding-right: 1.5rem;
padding-bottom: 0.3rem;
padding-left: 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.flex-item-left,
.flex-item-right {
flex: 50%;
}
@media (max-width: 800px) {
height: 0;
margin: 0.5rem 0;
margin-top: 20px;
margin-bottom: 20px;
overflow: hidden;
border-top: 1px solid #e9ecef;
position: relative;
float: left;
width: max-content;
max-width: 100%;
padding-left: 25px;
color: darkgray;
padding-top: 10px;
.search-container {
padding-top: 15px;
padding-left: 25px;
float: left;
padding-left: 25px;
padding-bottom: 15px;
padding-top: 15px;
color: #737373;
width: 100%;
min-height: 64px;
max-height: fit-content;
display: flex;
flex-direction: row;
justify-content: center;
background-color: #343a40;
text-align: center;
.div-footer {
width: auto;
margin-top: 45px;
padding-right: 50px;
color: white;
float: left;
height: 10px;
width: 10px;
background-color: #b3b3b3;
border-radius: 50%;
float: left;
margin-right: 15px;
margin-top: 7px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
#university,
#repository,
#file-format,
#status,
#difficulty {
color: darkgray;
// The following classes are used to style a five star rating system.
// This probably should not be in navbar.scss, but in a file for search results.
// Currently, rating is not implemented.
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
float: right;
height: auto;
padding: 0 10px;
padding-top: 12px;
}
.rate:not(:checked) > input {
position: absolute;
top: -9999px;
}
.rate:not(:checked) > label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 18px;
color: #ccc;
}
.rate:not(:checked) > label:before {
content: '★ ';
}
.rate > input:checked ~ label {
color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}