mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-29 08:55:27 +01:00
26 lines
395 B
CSS
26 lines
395 B
CSS
.pref-info {
|
|
border-radius: 0;
|
|
background-color: rgb(0,44,105);
|
|
color: #fff;
|
|
padding: 7px 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.faculty > header {
|
|
width: 100%;
|
|
padding: 10px 0 10px 20px;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.faculty {
|
|
padding-bottom: 20px;
|
|
font-size: 15px;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.spec-ratio {
|
|
margin: 10px 0 10px 10px;
|
|
font-size: 16px;
|
|
}
|
|
|