mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
e4c55ec52a
Signed-off-by: DL6ER <dl6er@dl6er.de>
27 lines
344 B
CSS
27 lines
344 B
CSS
|
|
.btn {
|
|
width: 90px;
|
|
height: 32px;
|
|
padding:2px;
|
|
font-size:13px;
|
|
background-color: #47AFE8;
|
|
color: #fff;
|
|
border: none;
|
|
margin: 0 2px;
|
|
border-radius: 2px;
|
|
cursor:pointer;
|
|
outline:none;
|
|
}
|
|
.btn.large {
|
|
width: 120px;
|
|
height: 24px
|
|
}
|
|
.btn.medium {
|
|
width: 75px;
|
|
height: 24px
|
|
}
|
|
.btn.small {
|
|
width: 60px;
|
|
height: 24px
|
|
}
|