1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-12-02 01:30:27 +01:00
RSystem-MVC-Fork/RSystem/Areas/Admin/Content/Css/ChooseSpecialization.css

26 lines
395 B
CSS
Raw Normal View History

2018-04-17 11:20:49 +02:00
.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;
}