...
|
...
|
@@ -70,6 +70,20 @@ |
|
|
background: rgba(200,200,200,.1)!important;
|
|
|
}
|
|
|
}
|
|
|
.students-entry {
|
|
|
display: block;
|
|
|
width: 150px;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
border-top-left-radius: 50px;
|
|
|
border-bottom-left-radius: 50px;
|
|
|
background: #d0021b;
|
|
|
color: #ffffff;
|
|
|
padding-left: 20px;
|
|
|
position: absolute;
|
|
|
top: 20px;
|
|
|
right: 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.login-btn {
|
...
|
...
|
|