İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
.search-btn-p {
|
||||
|
||||
padding: 7px 5px 4px 5px !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.main-icons {
|
||||
|
||||
top: 5px;
|
||||
|
||||
}
|
||||
|
||||
.table td {
|
||||
|
||||
padding:0px 5px;
|
||||
|
||||
}
|
||||
|
||||
.table td input,.table .select2-selection,.table td select {
|
||||
|
||||
border:none;
|
||||
|
||||
background:none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.table td input,.table td select{
|
||||
|
||||
min-width:150px;
|
||||
|
||||
}
|
||||
|
||||
.table td input[type=checkbox],.table td input[type=radio] {
|
||||
|
||||
min-width:initial;
|
||||
|
||||
}
|
||||
|
||||
.table .btn {
|
||||
|
||||
margin:3px;
|
||||
|
||||
font-size:12px;
|
||||
|
||||
}
|
||||
|
||||
.arrow-left {
|
||||
|
||||
width: 0px;
|
||||
|
||||
height: 0px;
|
||||
|
||||
border-top: 10px solid transparent;
|
||||
|
||||
border-bottom: 10px solid transparent;
|
||||
|
||||
border-right: 10px solid blue;
|
||||
|
||||
}
|
||||
|
||||
.arrow-right {
|
||||
|
||||
width: 0px;
|
||||
|
||||
height: 0px;
|
||||
|
||||
border-top: 10px solid transparent;
|
||||
|
||||
border-bottom: 10px solid transparent;
|
||||
|
||||
border-left: 10px solid blue;
|
||||
|
||||
float:right !important;
|
||||
|
||||
opacity:0.5
|
||||
|
||||
}
|
||||
.block, .card, .modal-content {
|
||||
border-radius:20px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.block-header {
|
||||
border-radius: 20px 20px 0 0
|
||||
}
|
||||
.btn {
|
||||
border-radius:20px;
|
||||
}
|
||||
Reference in New Issue
Block a user