Ionic popover footer buttons not resizing

I manually resized the size of an ionic popover by the following css code.
.popover {
height:70%;
width: 90%;
}

The problem is doesn’t matter how much i resize the popover the buttons i create inside the tag

the ionic buttons seem to be of the original popover size.
Any help?